From e0591324ada58348bd32f1541e6c892a5fc25c68 Mon Sep 17 00:00:00 2001 From: Pablo Palazon Date: Fri, 19 Jul 2019 22:33:20 +0200 Subject: [PATCH] Set theme on .bashrc --- activate.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/activate.sh b/activate.sh index bba175b0..d5af2e92 100755 --- a/activate.sh +++ b/activate.sh @@ -2,23 +2,23 @@ # Lock and Load a custom theme file # location /.bash_it/themes/ -export BASH_IT_THEME='bobby' +# export BASH_IT_THEME='bobby' # (Advanced): Change this to the name of your remote repo if you # cloned bash-it with a remote other than origin such as `bash-it`. # export BASH_IT_REMOTE='bash-it' # Your place for hosting Git repos. I use this for private repos. -export GIT_HOSTING='git@git.domain.com' +# export GIT_HOSTING='git@git.domain.com' # Don't check mail when opening terminal. -unset MAILCHECK +# unset MAILCHECK # Change this to your console based IRC client of choice. -export IRC_CLIENT='irssi' +# export IRC_CLIENT='irssi' # Set this to the command you use for todo.txt-cli -export TODO="t" +# export TODO="t" # Set this to false to turn off version control status checking within the prompt for all themes export SCM_CHECK=true