Update .zshrc

This commit is contained in:
Felix Delattre 2023-03-09 19:55:09 +01:00
parent 073072f861
commit de879a4c71
1 changed files with 7 additions and 1 deletions

View File

@ -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)"