From 62c0c017454ac9d9d5561eebd271aede80a75e11 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 29 Jan 2014 20:50:26 +0200 Subject: [PATCH] bashrc & zshrc: exporting Read the line above those... --- bashrc | 4 ++-- zshrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bashrc b/bashrc index 17617c8c..328bc4ac 100644 --- a/bashrc +++ b/bashrc @@ -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 ##### diff --git a/zshrc b/zshrc index 54dfa643..98f5dbb9 100644 --- a/zshrc +++ b/zshrc @@ -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 #####