1
0
Fork 0

zsh: cleanup

This commit is contained in:
Von Random 2024-05-06 15:10:00 +03:00
parent c7e554df32
commit 0d6a5e0b69

View file

@ -52,8 +52,6 @@ tmux() { command tmux -2 $@ }
atmux() { tmux attach || tmux }
g() { command lazygit $@ }
tig() { termcompat tig $@ }
gsi() { termcompat tig status }
gci() { command git commit $@ }
gsl() { command git stash list $@ }
gss() { command git status -sbu $@ }