mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc & zshrc: if /usr/bin/xset exists, xset -b on
To enable beeping...
This commit is contained in:
parent
21a2829f2f
commit
10d377f7cf
7
bashrc
7
bashrc
@ -10,6 +10,13 @@ echo "if [ -f ~/.bashrc ]; then
|
||||
source ~/.bashrc
|
||||
fi" > ~/.bash_profile
|
||||
|
||||
# enable terminal bell
|
||||
|
||||
if [ -f /usr/bin/xset ];
|
||||
then
|
||||
xset b on
|
||||
fi
|
||||
|
||||
##### Defaults etc... M0TZLS #####
|
||||
|
||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||
|
Loading…
Reference in New Issue
Block a user