Compare commits

...

2 commits

Author SHA1 Message Date
bcfe50d3ca
feat: more git aliases 2024-05-16 22:13:52 +02:00
53cdc8b5cb
feat: tools and git aliases 2024-05-16 22:13:23 +02:00
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always'
--theme=OneHalfLight
--theme=OneHalfDark

View file

@ -40,6 +40,7 @@
ctop
bottom
tailscale
rename
# Nodejs
nodejs_20
@ -182,6 +183,12 @@
"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";
"gs" = "git status";
"gl" = "git log";
"gp" = "git push";
};
};