mirror of https://github.com/ohmyzsh/ohmyzsh.git
ll doesn't show hidden files, lsa does
parent
52f5eb2005
commit
552e4b864a
|
@ -39,6 +39,7 @@ alias gcp='git cherry-pick'
|
||||||
alias history='fc -l 1'
|
alias history='fc -l 1'
|
||||||
|
|
||||||
alias ls='ls -F'
|
alias ls='ls -F'
|
||||||
|
alias lsa='ls -lah'
|
||||||
alias ll='ls -alr'
|
alias ll='ls -alr'
|
||||||
alias l='ls'
|
alias l='ls'
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
|
|
Loading…
Reference in New Issue