From 2a9517822d854cd5e288f8b63b2a920f7cc90082 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 3 Apr 2023 14:10:24 +0300 Subject: [PATCH] ZSH: disable vim exit aliases --- home/.config/zsh/04-aliases.zsh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home/.config/zsh/04-aliases.zsh b/home/.config/zsh/04-aliases.zsh index 3957bd5f..f82a3c5b 100644 --- a/home/.config/zsh/04-aliases.zsh +++ b/home/.config/zsh/04-aliases.zsh @@ -95,9 +95,7 @@ fman() { man -k . | fzf --prompt='Man> ' | awk '{print $1}' | xargs -r man } -# I'm retarded so I need this -alias :q='exit' -alias :wq='exit' +alias :q='cowsay "You are not in vim anymore"' alias reboot-kodi='systemctl reboot --boot-loader-entry=kodi.conf'