Remove screen from bullettrain

This commit is contained in:
Spotlight 2020-06-09 20:15:54 -05:00
parent 2a7d2a53f0
commit c556ef1048
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
zshrc
View file

@ -3,10 +3,10 @@ function load_plugin() {
}
# Things that modify
load_plugin "zsh-syntax-highlighting"
load_plugin "zsh-autosuggestions"
load_plugin "zsh-completions"
load_plugin "zsh-history-substring-search"
load_plugin "zsh-syntax-highlighting"
bindkey "^[[A" history-beginning-search-backward
bindkey "^[[B" history-beginning-search-forward
@ -35,7 +35,6 @@ BULLETTRAIN_PROMPT_ORDER=(
status
custom
dir
screen
ruby
go
git
@ -129,4 +128,4 @@ compinit
# I don't want >1 second load times.
if [ -d ${HOME}/bin/google-cloud-sdk ]; then
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
fi
fi