dotfiles/.bashrc_local
Oliver Ladner 619528373a changes
2019-09-03 08:59:36 +02:00

14 lines
353 B
Text

# remember more commands
HISTSIZE=200000
# add timestamps to history entries
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
# 256-color terminal if available
export TERM=xterm-256color
export WORKON_HOME=$HOME/virtualenvs
export PROJECT_HOME=$HOME/git
[ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh
PATH=$PATH:~/bin