bashrc & zshrc: playing around with environment.

$beep and $BEEP

This commit is contained in:
Mikaela Suomalainen 2014-01-15 14:28:44 +02:00
parent 4f2ebc409d
commit 0a98c62d66
2 changed files with 8 additions and 0 deletions

4
bashrc
View File

@ -215,6 +215,10 @@ fi
export SSH_AUTH_SOCK=/tmp/$USER.agent
ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1
# In our series useless/weird environment variables, beep
beep=
BEEP=
##### Aliases RJ706I #####
# To get sudo work with aliases.

4
zshrc
View File

@ -158,6 +158,10 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
fi
# The above requires at least Mountain Lion.
# In our series useless/weird environment variables, beep
beep=
BEEP=
##### Aliases RJ706I #####
# To get sudo work with aliases.