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:
parent
0459f57d29
commit
b56e467685
1 changed files with 2 additions and 4 deletions
6
.bashrc
6
.bashrc
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue