diff --git a/.zshrc b/.zshrc index bd24e0d..e77ff1d 100644 --- a/.zshrc +++ b/.zshrc @@ -12,3 +12,7 @@ export EDITOR='vim' bindkey "^[^[[D" backward-word bindkey "^[^[[C" forward-word setopt auto_cd +alias l="ls" +alias lr="ls -ltr" +alias ll="ls -las" +