Browse Source

Disable annoying beep sound

refactor/nvim-lua
Garrit Franke 5 years ago committed by GitHub
parent
commit
5c6b5da177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rcs/.bashrc

2
rcs/.bashrc

@ -136,6 +136,8 @@ else
PS1+='$(parse_git_branch)'
fi
# Disable annoying Beep Sound in Arch
xset b off
PS1+="\n► "

Loading…
Cancel
Save