1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00

typos, more updates for update alias

This commit is contained in:
Matthias Kretschmann 2012-06-25 18:51:11 +02:00
parent 2509c1327d
commit 61d2afeb2e

View File

@ -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" [ -r "$file" ] && source "$file"
done done
unset file unset file
@ -31,7 +31,6 @@ unset MAILCHECK
PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin"; PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin";
# if these bins exist, then add them to the PATH # if these bins exist, then add them to the PATH
# Android SDK
ANDROID_HOME="/usr/local/Cellar/android-sdk/r18" ANDROID_HOME="/usr/local/Cellar/android-sdk/r18"
[ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"; [ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools";
@ -51,7 +50,7 @@ alias krlc='ssh kremalicious'
# Terminal needs more Espresso # Terminal needs more Espresso
alias esp="open -a Espresso" alias esp="open -a Espresso"
# Get OS X Software Updates, update Homebrew itself, and upgrade installed Homebrew packages # 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 # LSCOLORS