adds: more structure
This commit is contained in:
@@ -9,21 +9,20 @@ export PATH=/usr/local/opt/imagemagick@6/bin:${PATH}
|
||||
|
||||
# ZSH setup
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
ZSH_THEME="rubbyrussel"
|
||||
ZSH_THEME="robbyrussell"
|
||||
plugins=(git kubectl)
|
||||
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
|
||||
# Load personal pre oh-my-zsh init config which should be stored in ~/.zshrc.personal.before
|
||||
# E.g. setting ZSH theme etc
|
||||
|
||||
. ~/.zshrc.personal.before
|
||||
if [ -f ~/.zshrc.personal.before ]; then . ~/.zshrc.personal.before; fi
|
||||
|
||||
# Load Oh My Zsh
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Load personal ZSH config which should be stored in ~/.zshrc.personal.after
|
||||
# Most ZSH config goes here
|
||||
. ~/.zshrc.personal.after
|
||||
# Most ZSH config e.g. aliases etc goes here
|
||||
if [ -f ~/.zshrc.personal.after ]; then . ~/.zshrc.personal.after; fi
|
||||
|
||||
# Load asdf
|
||||
. $HOME/.asdf/asdf.sh
|
||||
|
||||
Reference in New Issue
Block a user