aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-freebsd
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-26 00:38:26 -0700
committerkatherine <shmibs@shmibbles.me>2016-01-26 00:38:26 -0700
commit36a538aff84b36c25f9290548f64683bb25d96dc (patch)
treef66939c3f2f9665ac31ad626926ef2a3aa904992 /.zshrc-freebsd
parent10718067ca38cc353163e1ba564ef716834480d2 (diff)
downloaddotfiles-36a538aff84b36c25f9290548f64683bb25d96dc.tar.gz
dynamically updating titles
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r--.zshrc-freebsd2
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'