mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
feat: tools and git aliases
This commit is contained in:
parent
7d8f56d008
commit
53cdc8b5cb
2 changed files with 5 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
--italic-text='always'
|
||||
--theme=OneHalfLight
|
||||
--theme=OneHalfDark
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
ctop
|
||||
bottom
|
||||
tailscale
|
||||
rename
|
||||
|
||||
# Nodejs
|
||||
nodejs_20
|
||||
|
@ -182,6 +183,9 @@
|
|||
"gicm" = "(git checkout main || git checkout master) && git pull";
|
||||
"gic" = "git checkout";
|
||||
"gip" = "git pull";
|
||||
"ga" = "git add";
|
||||
"gc" = "git commit";
|
||||
"gr" = "git stash && gicm && git rebase main";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue