From 6ca29791166f98e2261a5ea7934752b41aa3b79c Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Wed, 10 Jul 2013 11:42:49 -0400 Subject: [PATCH] This is fixing a stupid typo in declaring an alias --- lib/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 391e9da5f..98af8648e 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -14,7 +14,7 @@ alias please='sudo' # Show history # alias history='fc -l 1' -alias his = 'fc -l 1' +alias his='fc -l 1' # List direcory contents alias lsa='ls -lah'