Remove screen from bullettrain
This commit is contained in:
parent
2a7d2a53f0
commit
c556ef1048
1 changed files with 2 additions and 3 deletions
3
zshrc
3
zshrc
|
@ -3,10 +3,10 @@ function load_plugin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Things that modify
|
# Things that modify
|
||||||
load_plugin "zsh-syntax-highlighting"
|
|
||||||
load_plugin "zsh-autosuggestions"
|
load_plugin "zsh-autosuggestions"
|
||||||
load_plugin "zsh-completions"
|
load_plugin "zsh-completions"
|
||||||
load_plugin "zsh-history-substring-search"
|
load_plugin "zsh-history-substring-search"
|
||||||
|
load_plugin "zsh-syntax-highlighting"
|
||||||
|
|
||||||
bindkey "^[[A" history-beginning-search-backward
|
bindkey "^[[A" history-beginning-search-backward
|
||||||
bindkey "^[[B" history-beginning-search-forward
|
bindkey "^[[B" history-beginning-search-forward
|
||||||
|
@ -35,7 +35,6 @@ BULLETTRAIN_PROMPT_ORDER=(
|
||||||
status
|
status
|
||||||
custom
|
custom
|
||||||
dir
|
dir
|
||||||
screen
|
|
||||||
ruby
|
ruby
|
||||||
go
|
go
|
||||||
git
|
git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue