mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 20:30:09 +00:00
lsa now uses coloring
This commit is contained in:
parent
552e4b864a
commit
1779bedd53
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ alias gcp='git cherry-pick'
|
|||
alias history='fc -l 1'
|
||||
|
||||
alias ls='ls -F'
|
||||
alias lsa='ls -lah'
|
||||
alias lsa='ls -lahG'
|
||||
alias ll='ls -alr'
|
||||
alias l='ls'
|
||||
alias ll='ls -l'
|
||||
|
|
Loading…
Reference in a new issue