Commit 2b42458f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

added FIGNORE to ~/.profile

Ignores compiled object files (*.o, *.pyc) and temporary editor files
(*~, *.awp, *.swa).
parent dcc393dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))