From b646296a478b3c8867ef399eaa2bf20644f008c0 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 31 Jan 2012 23:39:03 -0500 Subject: [PATCH] Do not glob fc and history. --- alias.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/alias.zsh b/alias.zsh index 3ebf030..38499d5 100644 --- a/alias.zsh +++ b/alias.zsh @@ -40,7 +40,9 @@ alias df='df -kh' alias du='du -kh' alias e="$EDITOR" alias find='noglob find' +alias fc='noglob fc' alias gcc='nocorrect gcc' +alias history='noglob history' alias ln='nocorrect ln -i' alias locate='noglob locate' alias man='nocorrect man'