From b56e4676859cf24e7fe0ffe85d690bd74de5c02b Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Mon, 29 May 2017 04:50:53 +0900 Subject: [PATCH] Comment out unnecessary No custom gitserver needed, no irc on my terminals Signed-off-by: Yongmin Hong --- .bashrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 - -