From 0d6a5e0b69f3d6950d758095e07e7545507a629a Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 6 May 2024 15:10:00 +0300 Subject: [PATCH] zsh: cleanup --- cli/.config/zsh/functions.zsh | 2 -- 1 file changed, 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 $@ }