Remove bash-it from .bashrc
Fixes #2 Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
4fbfc41eb3
commit
e6fc79be0f
1 changed files with 1 additions and 39 deletions
38
.bashrc
38
.bashrc
|
@ -113,44 +113,6 @@
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Path to the bash it configuration
|
|
||||||
export BASH_IT="/home/revi/.bash_it"
|
|
||||||
|
|
||||||
# Lock and Load a custom theme file
|
|
||||||
# location /.bash_it/themes/
|
|
||||||
export BASH_IT_THEME='iterate'
|
|
||||||
|
|
||||||
# (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'
|
|
||||||
|
|
||||||
# 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.
|
|
||||||
# export IRC_CLIENT='irssi'
|
|
||||||
|
|
||||||
# Set this to the command you use for todo.txt-cli
|
|
||||||
export TODO="t"
|
|
||||||
|
|
||||||
# Set this to false to turn off version control status checking within the prompt for all themes
|
|
||||||
export SCM_CHECK=true
|
|
||||||
|
|
||||||
# Set Xterm/screen/Tmux title with only a short hostname.
|
|
||||||
# Uncomment this (or set SHORT_HOSTNAME to something else),
|
|
||||||
# Will otherwise fall back on $HOSTNAME.
|
|
||||||
#export SHORT_HOSTNAME=$(hostname -s)
|
|
||||||
|
|
||||||
# Set vcprompt executable path for scm advance info in prompt (demula theme)
|
|
||||||
# https://github.com/djl/vcprompt
|
|
||||||
#export VCPROMPT_EXECUTABLE=~/.vcprompt/bin/vcprompt
|
|
||||||
|
|
||||||
# (Advanced): Uncomment this to make Bash-it reload itself automatically
|
|
||||||
# after enabling or disabling aliases, plugins, and completions.
|
|
||||||
# export BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE=1
|
|
||||||
|
|
||||||
# Load Bash It
|
|
||||||
source $BASH_IT/bash_it.sh
|
|
||||||
|
|
Loading…
Reference in a new issue