From 61d2afeb2eb829db86e7acdaecd0e4d369d5d850 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 25 Jun 2012 18:51:11 +0200 Subject: [PATCH] typos, more updates for update alias --- bash_profile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bash_profile b/bash_profile index 5a04aec..2eda15d 100644 --- a/bash_profile +++ b/bash_profile @@ -9,10 +9,10 @@ # ---------------------------------------------------------------------- -# Load ~/.extra, ~/.bash_prompt +# Load ~/.private, ~/.bash_prompt # ---------------------------------------------------------------------- -for file in ~/.{extra,bash_prompt}; do +for file in ~/.{private,bash_prompt}; do [ -r "$file" ] && source "$file" done unset file @@ -31,7 +31,6 @@ unset MAILCHECK PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin"; # if these bins exist, then add them to the PATH -# Android SDK ANDROID_HOME="/usr/local/Cellar/android-sdk/r18" [ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"; @@ -51,7 +50,7 @@ alias krlc='ssh kremalicious' # Terminal needs more Espresso alias esp="open -a Espresso" # Get OS X Software Updates, update Homebrew itself, and upgrade installed Homebrew packages -alias update='sudo softwareupdate -i -a; brew update; brew upgrade' +alias update='sudo softwareupdate -i -a; sudo gem update --system; sudo gem update; brew update; brew upgrade; npm update -g' # ---------------------------------------------------------------------- # LSCOLORS