This commit is contained in:
tracer 2019-12-20 11:52:01 +01:00
parent 65d0dff52c
commit 5376cc29e8
1 changed files with 4 additions and 0 deletions

4
.zshrc
View File

@ -12,3 +12,7 @@ export EDITOR='vim'
bindkey "^[^[[D" backward-word bindkey "^[^[[D" backward-word
bindkey "^[^[[C" forward-word bindkey "^[^[[C" forward-word
setopt auto_cd setopt auto_cd
alias l="ls"
alias lr="ls -ltr"
alias ll="ls -las"