From ee07f395b4bbd938ed50ca21dac06ce01834f35c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 17 Mar 2013 20:27:33 -0700 Subject: [PATCH] Bumped submoudle pointer. Added prj alias. tweaked setup. --- .aliases | 4 +++- oh-my-zsh | 2 +- setup.sh | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.aliases b/.aliases index d0d81370..ddf6202d 100644 --- a/.aliases +++ b/.aliases @@ -131,4 +131,6 @@ alias stfu="osascript -e 'set volume output muted true'" alias pumpitup="osascript -e 'set volume 7'" alias hax="growlnotify -a 'Activity Monitor' 'System error' -m 'WTF R U DOIN'" -alias tmux="tmux -2" \ No newline at end of file +alias tmux="tmux -2" + +alias prj='cd ~/Dropbox/Projects' \ No newline at end of file diff --git a/oh-my-zsh b/oh-my-zsh index 61425bbc..7703b2bf 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 61425bbc664960c121f47ce096232e3d7aa13417 +Subproject commit 7703b2bfed3e1e9e9db65e260a07f3b2e0fdb6cf diff --git a/setup.sh b/setup.sh index bb515ca5..0d63aae3 100755 --- a/setup.sh +++ b/setup.sh @@ -39,6 +39,7 @@ case `uname` in exit esac +echo "Installing Tmux Configuration." tmux-powerline/generate_conf.sh -oh-my-zsh/install.sh - +echo "Installing oh-my-zsh." +oh-my-zsh/install.sh \ No newline at end of file