mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge d0fc3b081d into 1120f97305
This commit is contained in:
commit
feae896de0
5 changed files with 4 additions and 1 deletions
2
oh-my-zsh.sh
Normal file → Executable file
2
oh-my-zsh.sh
Normal file → Executable file
|
|
@ -1,7 +1,7 @@
|
|||
# Check for updates on initial load...
|
||||
if [ "$DISABLE_AUTO_UPDATE" != "true" ]
|
||||
then
|
||||
/usr/bin/env ZSH=$ZSH zsh $ZSH/tools/check_for_upgrade.sh
|
||||
/usr/bin/env ZSH=$ZSH DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT zsh $ZSH/tools/check_for_upgrade.sh
|
||||
fi
|
||||
|
||||
# Initializes Oh My Zsh
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ ZSH_THEME="robbyrussell"
|
|||
# Comment this out to disable weekly auto-update checks
|
||||
# DISABLE_AUTO_UPDATE="true"
|
||||
|
||||
# Comment this out to automatically approve of updates without prompt
|
||||
# DISABLE_UPDATE_PROMPT="true"
|
||||
|
||||
# Uncomment following line if you want to disable colors in ls
|
||||
# DISABLE_LS_COLORS="true"
|
||||
|
||||
|
|
|
|||
0
tools/check_for_upgrade.sh
Normal file → Executable file
0
tools/check_for_upgrade.sh
Normal file → Executable file
0
tools/uninstall.sh
Normal file → Executable file
0
tools/uninstall.sh
Normal file → Executable file
0
tools/upgrade.sh
Normal file → Executable file
0
tools/upgrade.sh
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue