From d21133e0d0eab3b26ab85de350a49812fdc8fccb Mon Sep 17 00:00:00 2001 From: eneller Date: Tue, 18 Jan 2022 15:21:21 +0100 Subject: [PATCH] disable alias in .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6a1ead4..08d3863 100644 --- a/.zshrc +++ b/.zshrc @@ -69,7 +69,7 @@ alias vi='nvim' # Show sizes in alias notify='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' #Add a "dotfiles" alias for .dotfile git repo alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' -alias 'dotfiles-update'='dotfiles commit -a && dotfiles push' +#alias 'dotfiles-update'='dotfiles commit -a && dotfiles push' #KEYBINDINGS SECTION (use 'cat -v' or 'od -c' to see raw keyboard output)