Silence terminal bell in bashrc
This commit is contained in:
@@ -29,6 +29,8 @@ alias ip='ip -c'
|
||||
#alias s='sudo $(history -p !!)'
|
||||
alias s='sudo'
|
||||
|
||||
set bell-style none
|
||||
|
||||
## function and alias for short find
|
||||
short_find() {
|
||||
find ./ -iname "*${1}*"
|
||||
@@ -158,3 +160,5 @@ ex() {
|
||||
done
|
||||
return "$e"
|
||||
}
|
||||
|
||||
# turn off incredibly annoying bell
|
||||
|
||||
Reference in New Issue
Block a user