Skip to content

Commit

Permalink
Add the DEBEMAIL and DEBFULLNAME to .bashrc_extra
Browse files Browse the repository at this point in the history
  • Loading branch information
tualatrix committed Mar 12, 2011
1 parent dc81d80 commit 9f30ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc_extra
Expand Up @@ -34,5 +34,8 @@ fi

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 DEBEMAIL="tualatrix@gmail.com"
export DEBFULLNAME="Tualatrix Chou"

0 comments on commit 9f30ea6

Please sign in to comment.