.bashrc: drop ff alias
parent
d0fb31c1ca
commit
d241ff8472
1
.bashrc
1
.bashrc
|
@ -16,7 +16,6 @@ alias grep="grep --color=auto"
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
alias ll="ls -AF1"
|
alias ll="ls -AF1"
|
||||||
alias lll="ls -AFlh"
|
alias lll="ls -AFlh"
|
||||||
alias ff="find 2>/dev/null"
|
|
||||||
|
|
||||||
# history
|
# history
|
||||||
HISTCONTROL="ignoreboth:erasedups"
|
HISTCONTROL="ignoreboth:erasedups"
|
||||||
|
|
Loading…
Reference in New Issue