add exit alias
This commit is contained in:
parent
a6eb04e8fa
commit
37c4e13608
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.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"
|
||||
|
|
Loading…
Add table
Reference in a new issue