1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

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

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'