1
0
Fork 0

.bashrc: drop ff alias

main
urosm 2024-09-13 20:36:29 +02:00
parent d0fb31c1ca
commit d241ff8472
1 changed files with 0 additions and 1 deletions

View File

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