dotfiles/.bashrc_local

14 lines
383 B
Text
Raw Normal View History

2014-01-21 21:22:32 +01:00
# remember more commands
2014-10-07 20:40:38 +02:00
HISTSIZE=200000
2014-01-21 21:22:32 +01:00
# add timestamps to history entries
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
# 256-color terminal if available
export TERM=xterm-256color
2018-10-02 15:42:30 +02:00
export WORKON_HOME=$HOME/virtualenvs
export PROJECT_HOME=$HOME/git
[ -f /usr/local/bin/virtualenvwrapper.sh ] && source /usr/local/bin/virtualenvwrapper.sh
2019-09-03 08:59:36 +02:00
2021-05-04 08:35:37 +02:00
PATH=$PATH:~/bin:/usr/local/opt/python@3.7/bin