Browse Source

source ~/.profile for upgrading (to source the proxy configuration)

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
Gaetan Semet 11 years ago
parent
commit
3f44f51e9c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/check_for_upgrade.sh

+ 2 - 0
tools/check_for_upgrade.sh

@@ -20,6 +20,8 @@ if [[ -z "$epoch_target" ]]; then
   epoch_target=13
 fi
 
+[ ~/.profile ] && source ~/.profile
+
 if [ -f ~/.zsh-update ]
 then
   . ~/.zsh-update