ZSH: disable vim exit aliases

main traefik
Marko Korhonen 1 year ago
parent 665f07bee6
commit 2a9517822d
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -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'

Loading…
Cancel
Save