diff options
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r-- | .zshrc-freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc-freebsd b/.zshrc-freebsd index e1ccb23..0525972 100644 --- a/.zshrc-freebsd +++ b/.zshrc-freebsd @@ -1,6 +1,6 @@ ################### ALIASES ################## alias ls='ls -G' -alias ll='ls -lG' +alias ll='ls -lGh' alias grep='grep --color=auto' alias diff='colordiff' alias less='less -R' |