From 4b39364ebf08d3d5ba9ba46a1c0d29d93e1ce9fc Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Wed, 31 Jul 2019 00:33:16 +0200 Subject: [PATCH] Update path --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 144996b..ec84a32 100644 --- a/.bashrc +++ b/.bashrc @@ -18,7 +18,7 @@ export PS1="${Yellow}\d \A ${Off}${Cyan}\u@\h: ${Off}\w ${Green}\$(parse_git_bra export PYTHONDONTWRITEBYTECODE=1 export PYTHONUSERBASE=~/.env/python -export PATH=~/.env/python/bin:~/bin:$PATH +export PATH=$PYTHONUSERBASE/bin:$HOME/bin:$PATH export HISTCONTROL=ignoredups:erasedups # Avoid duplicates export HISTSIZE=100000000 # big big history