mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-19 15:53:37 +00:00
Compare commits
No commits in common. "bcfe50d3caed9991d02d9b29c63a72ccd6b6d761" and "7d8f56d008048b82a2598ad6d2efcd1075c8c0a0" have entirely different histories.
bcfe50d3ca
...
7d8f56d008
2 changed files with 1 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
||||||
--italic-text='always'
|
--italic-text='always'
|
||||||
--theme=OneHalfDark
|
--theme=OneHalfLight
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
ctop
|
ctop
|
||||||
bottom
|
bottom
|
||||||
tailscale
|
tailscale
|
||||||
rename
|
|
||||||
|
|
||||||
# Nodejs
|
# Nodejs
|
||||||
nodejs_20
|
nodejs_20
|
||||||
|
@ -183,12 +182,6 @@
|
||||||
"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