Browse Source

zsh: llr alias

raylu 3 years ago
parent
commit
5ed4105808
1 changed files with 1 additions and 0 deletions
  1. 1 0
      zshrc

+ 1 - 0
zshrc

@@ -77,6 +77,7 @@ alias ls='ls --color=auto -hv --group-directories-first'
 alias ll='ls -l'
 alias ll='ls -l'
 alias l.='ls -Ad .*'
 alias l.='ls -Ad .*'
 alias la='ls -A'
 alias la='ls -A'
+alias llr='lr -1AGl -ov'
 alias grep='grep --color -s'
 alias grep='grep --color -s'
 alias df='df -hx tmpfs'
 alias df='df -hx tmpfs'
 alias du='du --max-depth=1'
 alias du='du --max-depth=1'