From 6a4f9cf2517b9a972a39b4ec7581eb763782421e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 27 May 2019 22:51:51 +0200 Subject: [PATCH] Disable BASE16 --- shells/zsh/zshrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 4a1ae6f..056fb1f 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -46,8 +46,13 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo export REPORTTIME=10 # better shell colors -BASE16_SHELL="$HOME/.config/base16-shell/scripts/base16-default-dark.sh" -[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL +# BASE16_SHELL="$HOME/.config/base16-shell/scripts/base16-default-dark.sh" +# [[ -s $BASE16_SHELL ]] && source $BASE16_SHELL +# Base16 Shell +# BASE16_SHELL="$HOME/.config/base16-shell/" +# [ -n "$PS1" ] && \ +# [ -s "$BASE16_SHELL/profile_helper.sh" ] && \ +# eval "$("$BASE16_SHELL/profile_helper.sh")" # alias to upload a file to sprunge.us alias sprunge="curl -F 'sprunge=<-' http://sprunge.us"