fix prompts
This commit is contained in:
parent
176aeab76a
commit
6107441c67
1 changed files with 4 additions and 4 deletions
8
zshrc
8
zshrc
|
@ -7,13 +7,12 @@ source $ZPLUG_HOME/init.zsh
|
||||||
|
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
zplug "plugins/iterm2", from:oh-my-zsh
|
zplug "plugins/iterm2", from:oh-my-zsh
|
||||||
zplug "lib/completion", from:oh-my-zsh
|
zplug "lib/*", from:oh-my-zsh
|
||||||
zplug "lib/directories", from:oh-my-zsh
|
|
||||||
|
|
||||||
# Stuff that modifies
|
# Stuff that modifies
|
||||||
zplug "zsh-users/zsh-syntax-highlighting", defer:3
|
zplug "zsh-users/zsh-syntax-highlighting", defer:2
|
||||||
zplug "zsh-users/zsh-autosuggestions", defer:3
|
zplug "zsh-users/zsh-autosuggestions", defer:3
|
||||||
zplug "zsh-users/zsh-completions", defer:3
|
zplug "zsh-users/zsh-completions", defer:2
|
||||||
|
|
||||||
setopt prompt_subst # Make sure prompt is able to be generated properly.
|
setopt prompt_subst # Make sure prompt is able to be generated properly.
|
||||||
setopt auto_cd # Get that ~ in here.
|
setopt auto_cd # Get that ~ in here.
|
||||||
|
@ -31,6 +30,7 @@ BULLETTRAIN_PROMPT_ORDER=(
|
||||||
go
|
go
|
||||||
git
|
git
|
||||||
)
|
)
|
||||||
|
BULLETTRAIN_PROMPT_CHAR=">"
|
||||||
|
|
||||||
# Install plugins if there are plugins that have not been installed
|
# Install plugins if there are plugins that have not been installed
|
||||||
if ! zplug check --verbose; then
|
if ! zplug check --verbose; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue