summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-12-11 21:22:14 +0100
committerFlorian Pritz <f-p@gmx.at>2008-12-11 21:22:14 +0100
commiteb52b94d24783cfc4da746f1f7e0d7ff7bac9586 (patch)
treeeb69e682ce7175363cfaabda0df24144f6c51dfe /.zshrc
parent5f7c6c98653f76d0e221844fac7b6823554cf9d8 (diff)
downloaddotfiles-eb52b94d24783cfc4da746f1f7e0d7ff7bac9586.tar.gz
dotfiles-eb52b94d24783cfc4da746f1f7e0d7ff7bac9586.tar.xz
fixed ls alias
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 417cf31..e9134a9 100644
--- a/.zshrc
+++ b/.zshrc
@@ -163,7 +163,7 @@ alias dus='du -skh'
alias df='df -kTh'
eval "`dircolors -b`"
-alias ls='ls -CFhsX --color=auto'
+alias ls='ls -lCFhsX --color=auto'
alias ll='ls -lhbtF --color=auto'
alias la='ls -lahbtF --color=auto'