Remove screen from bullettrain
This commit is contained in:
parent
2a7d2a53f0
commit
c556ef1048
1 changed files with 2 additions and 3 deletions
5
zshrc
5
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue