mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
source ~/.profile for upgrading (to source the proxy configuration)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
5d6a06bda6
commit
3f44f51e9c
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue