mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
new added
This commit is contained in:
parent
63b7e52abd
commit
5ee0a0341f
2 changed files with 86 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
export ZSH=/mnt/data/data_local/git/oh-my-zsh
|
||||
# Check for updates on initial load...
|
||||
if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
|
||||
env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh -f $ZSH/tools/check_for_upgrade.sh
|
||||
|
|
@ -115,3 +114,4 @@ else
|
|||
fi
|
||||
fi
|
||||
fi
|
||||
eval "$(rbenv init -)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue