@@ -0,0 +1,7 @@
+# ~/.bash_logout: executed by bash(1) when login shell exits.
+
+# when leaving the console clear the screen to increase privacy
+if [ "$SHLVL" = 1 ]; then
+ [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
+fi
@@ -1,6 +1,4 @@
PS1="\[\e[1;32m\]\h:\W \u$\[\e[0m\] "
-PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
-if [[ -s /Users/tom/.rvm/scripts/rvm ]] ; then source /Users/tom/.rvm/scripts/rvm ; fi
# cool aliases bro
+# dotfiles
+Not totally organised yet, but includes the important things.
+* iTerm profile setting
+* git and bash aliases
+* simpleHTTPServer etc. shortcuts