diff --git a/.bashrc b/.bashrc index fdb2fd4..7f627a8 100644 --- a/.bashrc +++ b/.bashrc @@ -125,13 +125,13 @@ # 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 # 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" @@ -154,5 +154,3 @@ # Load Bash It source $BASH_IT/bash_it.sh - -