mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Enabled colors in ls and made it possible to theme them
This commit is contained in:
parent
1c65ab9dea
commit
08fcf7dc39
3 changed files with 17 additions and 12 deletions
|
|
@ -45,8 +45,7 @@ alias gcp='git cherry-pick'
|
|||
alias history='fc -l 1'
|
||||
|
||||
# List direcory contents
|
||||
alias ls='ls -F -G'
|
||||
alias lsa='ls -lahG'
|
||||
alias lsa='ls -lah'
|
||||
alias l='ls -la'
|
||||
alias ll='ls -alr'
|
||||
alias sl=ls # often screw this up
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue