added zulu last part
This commit is contained in:
parent
51de7d83b4
commit
36e19e0942
3 changed files with 32 additions and 2 deletions
10
zsh/zshrc
10
zsh/zshrc
|
@ -35,12 +35,18 @@ case $(uname -n) in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Install Zulu if needed
|
||||
if [[ ! -e ${ZUC}/ZULU_INSTALLED ]]; then
|
||||
source ${DOT}/install_zulu.zsh
|
||||
touch ${ZUC}/ZULU_INSTALLED
|
||||
fi
|
||||
|
||||
# Source the needed Parts
|
||||
#source ${ZUL}/core/zulu # Zulu
|
||||
source ${ZUL}/core/zulu # Zulu
|
||||
source ${OMZ}/oh-my-zsh.sh # Oh My ZSH
|
||||
source ${LIB}/highlighting/zsh-syntax-highlighting.zsh # Syntax Highlighting
|
||||
source ${HOME}/.fzf.zsh # FZF
|
||||
for file in ${OWN}/aliases.d/*.zsh; do source $file; done # Aliases
|
||||
|
||||
# Init Zulu
|
||||
#zulu init
|
||||
zulu init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue