mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc & zshrc: playing around with environment.
$beep and $BEEP
This commit is contained in:
parent
4f2ebc409d
commit
0a98c62d66
4
bashrc
4
bashrc
@ -215,6 +215,10 @@ fi
|
|||||||
export SSH_AUTH_SOCK=/tmp/$USER.agent
|
export SSH_AUTH_SOCK=/tmp/$USER.agent
|
||||||
ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1
|
ssh-agent -a /tmp/$USER.agent > /dev/null 2>&1
|
||||||
|
|
||||||
|
# In our series useless/weird environment variables, beep
|
||||||
|
beep=
|
||||||
|
BEEP=
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
4
zshrc
4
zshrc
@ -158,6 +158,10 @@ if [[ $UNAME = "Darwin" && $USER = "root" ]]; then
|
|||||||
fi
|
fi
|
||||||
# The above requires at least Mountain Lion.
|
# The above requires at least Mountain Lion.
|
||||||
|
|
||||||
|
# In our series useless/weird environment variables, beep
|
||||||
|
beep=
|
||||||
|
BEEP=
|
||||||
|
|
||||||
##### Aliases RJ706I #####
|
##### Aliases RJ706I #####
|
||||||
|
|
||||||
# To get sudo work with aliases.
|
# To get sudo work with aliases.
|
||||||
|
Loading…
Reference in New Issue
Block a user