mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
merge
This commit is contained in:
parent
c23e02722e
commit
d2bf5b9226
1 changed files with 0 additions and 18 deletions
18
oh-my-zsh.sh
18
oh-my-zsh.sh
|
|
@ -48,21 +48,3 @@ else
|
||||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
# Load all of your custom configurations from custom/
|
|
||||||
for config_file ($ZSH/custom/*.zsh) source $config_file
|
|
||||||
|
|
||||||
# Compile zcompdump, if modified, to increase startup speed.
|
|
||||||
if [ "$HOME/.zcompdump" -nt "$HOME/.zcompdump.zwc" -o ! -e "$HOME/.zcompdump.zwc" ]; then
|
|
||||||
zcompile "$HOME/.zcompdump"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Check for updates on initial load...
|
|
||||||
if [ "$DISABLE_AUTO_UPDATE" = "true" ]
|
|
||||||
then
|
|
||||||
return
|
|
||||||
else
|
|
||||||
/usr/bin/env zsh $ZSH/tools/check_for_upgrade.sh
|
|
||||||
fi
|
|
||||||
=======
|
|
||||||
>>>>>>> robbyrussel/master
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue