From 36a538aff84b36c25f9290548f64683bb25d96dc Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 26 Jan 2016 00:38:26 -0700 Subject: dynamically updating titles --- .zshrc-freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc-freebsd') 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' -- cgit v1.2.3