Cleaned bash it up
diff --git a/lib/appearance.bash b/lib/appearance.bash
index cde1af9..69ca55e 100644
--- a/lib/appearance.bash
+++ b/lib/appearance.bash
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 # colored grep
 export GREP_OPTIONS='--color=auto'
 export GREP_COLOR='1;33'
@@ -5,8 +7,5 @@
 # colored ls
 export LSCOLORS='Gxfxcxdxdxegedabagacad'
 
-# Apply theming defaults
-PS1="%n@%m:%~%# "
-
 # Load the theme
 source "$BASH/themes/$BASH_THEME/$BASH_THEME.bash"
\ No newline at end of file