summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2024-05-06 15:10:00 +0300
committerVon Random <von@vdrandom.org>2024-05-06 15:10:00 +0300
commit0d6a5e0b69f3d6950d758095e07e7545507a629a (patch)
tree0028dc339f7db09155793dc10a65247618acbfdb
parentc7e554df32f56739cfc5ccac73be494f46abaed9 (diff)
zsh: cleanup
-rw-r--r--cli/.config/zsh/functions.zsh2
1 files changed, 0 insertions, 2 deletions
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 $@ }