Do not glob fc and history.
This commit is contained in:
parent
b96bbca51c
commit
b646296a47
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue