From 11a32e0395f63eed1bc363f44a5ba04f93199786 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 28 Jun 2012 19:34:30 +0200 Subject: [PATCH] added blogs server login alias --- bash_profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bash_profile b/bash_profile index 2eda15d..a9870fb 100644 --- a/bash_profile +++ b/bash_profile @@ -31,7 +31,7 @@ unset MAILCHECK PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin"; # if these bins exist, then add them to the PATH -ANDROID_HOME="/usr/local/Cellar/android-sdk/r18" +ANDROID_HOME="/usr/local/Cellar/android-sdk/r20" [ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"; # add to beginning of PATH so that it always take precedence over /usr/bin @@ -45,8 +45,9 @@ export PATH # ---------------------------------------------------------------------- alias ll='ls -la' -# Get into main server FAST. Server & port are in .ssh/config +# Get into some servers FAST. Server, user & port are in .ssh/config alias krlc='ssh kremalicious' +alias mlublogs='ssh mlublogs' # Terminal needs more Espresso alias esp="open -a Espresso" # Get OS X Software Updates, update Homebrew itself, and upgrade installed Homebrew packages