Updating the template file to use the oh-my-zsh.sh loader
This commit is contained in:
parent
010e76f154
commit
a3ade73231
|
@ -5,10 +5,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||
# Look in ~/.oh-my-zsh/themes/
|
||||
export ZSH_THEME="robbyrussell"
|
||||
|
||||
# Load all of the config files in ~/oh-my-zsh that end in .zsh
|
||||
# TIP: Add files you don't want in git to .gitignore
|
||||
for i in $ZSH/*zsh; do source $i; done;
|
||||
|
||||
# Customize to your needs...
|
||||
#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
|
Loading…
Reference in a new issue