diff --git a/dot_zshrc b/dot_zshrc index 234404a..cfb8743 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -70,7 +70,7 @@ ZSH_THEME="agnoster" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git fzf) source $ZSH/oh-my-zsh.sh @@ -99,3 +99,9 @@ source $ZSH/oh-my-zsh.sh # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" + +# prompt.zsh augments agnoster prompt, removes user@hostname +# needs to be run at end of .zshrc +. ${ZSH_CUSTOM}/prompt.zsh + +eval "$(pyenv init --path)"