From f490ff7732371c0cb58a10513ebc94c042082787 Mon Sep 17 00:00:00 2001 From: Jidbo Date: Sat, 19 Jan 2019 16:34:16 +0100 Subject: [PATCH] add exit alias --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f28b796..27e3e25 100644 --- a/.zshrc +++ b/.zshrc @@ -28,6 +28,7 @@ export EDITOR='vim' alias ll='ls -l' alias vi='vim' alias la='ls -la' +alias :q='exit' # localcommands if [ -f ~/.dotfiles/.localcommands ] @@ -46,5 +47,5 @@ if _has fzf && _has ag; then fi export FZF_ALT_C_COMMAND='find . -type d' - + export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"