Update .zshrc
This commit is contained in:
parent
073072f861
commit
de879a4c71
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue