diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 8022b3506..f38bcaca4 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -3,7 +3,7 @@ export ZSH=$HOME/.oh-my-zsh # Set to the name theme to load. # Look in ~/.oh-my-zsh/themes/ -export ZSH_THEME="robbyrussell" +export ZSH_THEME="andyferra" # Set to this to use case-sensitive completion # export CASE_SENSITIVE="true" @@ -21,3 +21,4 @@ plugins=(git) source $ZSH/oh-my-zsh.sh # Customize to your needs... +export PATH=~/bin:$PATH