mirror of https://github.com/ohmyzsh/ohmyzsh.git
source ~/.profile for upgrading (to source the proxy configuration)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>pull/1883/head
parent
5d6a06bda6
commit
3f44f51e9c
|
@ -20,6 +20,8 @@ if [[ -z "$epoch_target" ]]; then
|
||||||
epoch_target=13
|
epoch_target=13
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ ~/.profile ] && source ~/.profile
|
||||||
|
|
||||||
if [ -f ~/.zsh-update ]
|
if [ -f ~/.zsh-update ]
|
||||||
then
|
then
|
||||||
. ~/.zsh-update
|
. ~/.zsh-update
|
||||||
|
|
Loading…
Reference in New Issue