diff --git a/cli/.config/zsh/functions.zsh b/cli/.config/zsh/functions.zsh index 9452486..0ba8735 100644 --- a/cli/.config/zsh/functions.zsh +++ b/cli/.config/zsh/functions.zsh @@ -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 $@ }