From 58e2b9c113a18477bf6a28a05f2ec55b7c91abb1 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Wed, 9 Feb 2022 17:01:15 -0500 Subject: [PATCH] No need to install a prompt that is never used --- .config/yadm/bootstrap | 2 -- .zshrc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index 60aa0c1..43c489b 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -28,8 +28,6 @@ source ~/.zshrc git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search -git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1 -ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" mv ~/.zshrc ~/zshrc.temp mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc diff --git a/.zshrc b/.zshrc index 4c0a012..b9cdc3b 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ export ZSH="$HOME/.oh-my-zsh" # load a random theme each time oh-my-zsh is loaded, in which case, # to know which specific one was loaded, run: echo $RANDOM_THEME # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes -ZSH_THEME="spaceship" +#ZSH_THEME="spaceship" # Set list of themes to pick from when loading at random # Setting this variable when ZSH_THEME=random will cause zsh to load