Loading .profile +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ export HISTIGNORE="&:ls:[bf]g:d[fu]:exit" export EDITOR=vim export WORKON_HOME=~/.virtualenvs export FIGNORE='.o:.pyc:~:.swp:.swa' # Local prompt colour for shells which support it export PROMPTCOLOUR=$((($(hostname|cksum|cut -f1 -d\ ) % 6) + 31)) Loading Loading
.profile +1 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ export HISTIGNORE="&:ls:[bf]g:d[fu]:exit" export EDITOR=vim export WORKON_HOME=~/.virtualenvs export FIGNORE='.o:.pyc:~:.swp:.swa' # Local prompt colour for shells which support it export PROMPTCOLOUR=$((($(hostname|cksum|cut -f1 -d\ ) % 6) + 31)) Loading