From 0d8ade2e6efae03017a3c3ede45c8732d4dca836 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 2 Oct 2018 15:42:30 +0200 Subject: [PATCH] add .bash_profile, add virtualenv --- .bash_profile | 4 ++++ .bashrc_local | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..8996a66 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,4 @@ +neofetch --disable model packages + +[[ -s ~/.bashrc ]] && source ~/.bashrc + diff --git a/.bashrc_local b/.bashrc_local index 058cb0e..fb25603 100644 --- a/.bashrc_local +++ b/.bashrc_local @@ -6,3 +6,7 @@ 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