diff --git a/files/.profile b/files/.profile index c1b7293..ef4ac2b 100644 --- a/files/.profile +++ b/files/.profile @@ -6,6 +6,6 @@ if [ -d ~/git/dotfiles ] ; then for f in ./files/.*; do if [[ -f $f ]]; then ln ./$f ../../ ; fi; done) fi -[[ -f ~/.bashrc ]] && . ~/.bashrc - export POKE=true + +[[ -f ~/.bashrc ]] && . ~/.bashrc