bashrc & zshrc: exporting

Read the line above those...
This commit is contained in:
Mikaela Suomalainen 2014-01-29 20:50:26 +02:00
parent d741ea7747
commit 62c0c01745
2 changed files with 4 additions and 4 deletions

4
bashrc
View File

@ -223,8 +223,8 @@ 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=
export beep=
export BEEP=
##### Aliases RJ706I #####

4
zshrc
View File

@ -166,8 +166,8 @@ fi
# The above requires at least Mountain Lion.
# In our series useless/weird environment variables, beep
beep=
BEEP=
export beep=
export BEEP=
##### Aliases RJ706I #####