From de879a4c71c1296929786144c050dacc28d238ca Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 9 Mar 2023 19:55:09 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)"