Skip to content

Commit

Permalink
Add $HOME/.local/bin as my local path
Browse files Browse the repository at this point in the history
  • Loading branch information
tualatrix committed Mar 15, 2011
1 parent ad9f66e commit 8b601dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc_extra
Expand Up @@ -36,6 +36,6 @@ alias pycscope="find -name '*.py' > cscope.files && cscope -R"
alias gendocandopen="epydoc --config epydoc.config && xdg-open apidocs/index.html"
alias ut="workon utcom && cdvirtualenv && cd utcom"

export PATH=$HOME/Sources/tools/bin:$PATH
export PATH=$HOME/.local/bin:$HOME/Sources/tools/bin:$PATH
export DEBEMAIL="tualatrix@gmail.com"
export DEBFULLNAME="Tualatrix Chou"

0 comments on commit 8b601dc

Please sign in to comment.