From c556ef10486c3a493be81fbf900071f042515bf9 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 9 Jun 2020 20:15:54 -0500 Subject: [PATCH] Remove screen from bullettrain --- zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 1c423af..d06540c 100644 --- a/zshrc +++ b/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 \ No newline at end of file +fi