Comment out unnecessary

No custom gitserver needed, no irc on my terminals

Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
revi 2017-05-29 04:50:53 +09:00
parent 0459f57d29
commit b56e467685
Signed by: revi
GPG key ID: 48AE727894A6F064

View file

@ -125,13 +125,13 @@
# export BASH_IT_REMOTE='bash-it' # export BASH_IT_REMOTE='bash-it'
# Your place for hosting Git repos. I use this for private repos. # 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. # Don't check mail when opening terminal.
unset MAILCHECK unset MAILCHECK
# Change this to your console based IRC client of choice. # 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 # Set this to the command you use for todo.txt-cli
export TODO="t" export TODO="t"
@ -154,5 +154,3 @@
# Load Bash It # Load Bash It
source $BASH_IT/bash_it.sh source $BASH_IT/bash_it.sh