mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
Compare commits
2 commits
7d8f56d008
...
bcfe50d3ca
Author | SHA1 | Date | |
---|---|---|---|
bcfe50d3ca | |||
53cdc8b5cb |
2 changed files with 8 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
--italic-text='always'
|
--italic-text='always'
|
||||||
--theme=OneHalfLight
|
--theme=OneHalfDark
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
ctop
|
ctop
|
||||||
bottom
|
bottom
|
||||||
tailscale
|
tailscale
|
||||||
|
rename
|
||||||
|
|
||||||
# Nodejs
|
# Nodejs
|
||||||
nodejs_20
|
nodejs_20
|
||||||
|
@ -182,6 +183,12 @@
|
||||||
"gicm" = "(git checkout main || git checkout master) && git pull";
|
"gicm" = "(git checkout main || git checkout master) && git pull";
|
||||||
"gic" = "git checkout";
|
"gic" = "git checkout";
|
||||||
"gip" = "git pull";
|
"gip" = "git pull";
|
||||||
|
"ga" = "git add";
|
||||||
|
"gc" = "git commit";
|
||||||
|
"gr" = "git stash && gicm && git rebase main";
|
||||||
|
"gs" = "git status";
|
||||||
|
"gl" = "git log";
|
||||||
|
"gp" = "git push";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue