1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

Joined the appearance so the theme can apply LSCOLORS too

This commit is contained in:
Toon Claes
2009-11-04 20:37:18 +01:00
parent e53f90425e
commit e2dba2c3e9
6 changed files with 39 additions and 41 deletions

View File

@@ -45,7 +45,7 @@ alias gcp='git cherry-pick'
alias history='fc -l 1'
# List direcory contents
alias ls='ls -F'
alias ls='ls -F -G'
alias lsa='ls -lahG'
alias l='ls -la'
alias ll='ls -alr'