Update dotfiles/.profile
This commit is contained in:
parent
1fb38af958
commit
9e62fc5020
1 changed files with 3 additions and 2 deletions
|
@ -5,10 +5,11 @@ export VISUAL=vim
|
|||
export EDITOR=$VISUAL
|
||||
|
||||
### Clean Up
|
||||
# May cause issues but too many dotfiles are stressful :|
|
||||
# Too many dotfiles are stressful :|
|
||||
if [ -d /usr/local/src/professor-dotfiles ]; then
|
||||
if [ -f ~/.gtkrc-2.0-kde4 ]; then
|
||||
rm -f ~/.gtkrc-2.0-kde4
|
||||
mkdir -p ~/.config > /dev/null
|
||||
mv -f ~/.gtkrc-2.0-kde4 ~/.config/gtkrc-2.0-kde4.bak > /dev/null
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue