Do not glob fc and history.

This commit is contained in:
Sorin Ionescu 2012-01-31 23:39:03 -05:00
parent b96bbca51c
commit b646296a47
1 changed files with 2 additions and 0 deletions

View File

@ -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'