diff --git a/.bashrc b/.bashrc index 0208124..1ba38f9 100644 --- a/.bashrc +++ b/.bashrc @@ -30,6 +30,9 @@ alias sup='supergfxctl' PS1='\[\e[1;33m\]\u ($HOSTNAME) \[\e[1;32m\]\w \[\e[0m\]$(parse_git_branch)\n\[\e[35m\]\[\e[1m\]\$ \[\e[0m\]' +# export pip path +export PATH=$PATH:~/.local/bin + # export term export TERM=xterm-256color