Merge branch 'ProfessorManhattan-master-patch-49131' into 'master'
Update dotfiles/.profile See merge request megabyte-labs/misc/dotfiles!1
This commit is contained in:
commit
dd4e0026dd
1 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,14 @@
|
|||
export VISUAL=vim
|
||||
export EDITOR=$VISUAL
|
||||
|
||||
### Clean Up
|
||||
# May cause issues but 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
|
||||
fi
|
||||
fi
|
||||
|
||||
### Theme
|
||||
COLOR_SCHEME=dark
|
||||
|
||||
|
|
Loading…
Reference in a new issue