Selaa lähdekoodia

More files from ubuntu vm

Tom McKenzie 12 vuotta sitten
vanhempi
sitoutus
14f824afe5
3 muutettua tiedostoa jossa 14 lisäystä ja 2 poistoa
  1. 7 0
      .bash_logout
  2. 0 2
      .bashrc
  3. 7 0
      README.md

+ 7 - 0
.bash_logout

@@ -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

+ 0 - 2
.bashrc

@@ -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
 

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+# dotfiles
+
+Not totally organised yet, but includes the important things.
+
+* iTerm profile setting
+* git and bash aliases
+* simpleHTTPServer etc. shortcuts