Project opener.

This commit is contained in:
Artem Sapegin
2012-10-15 12:42:04 +04:00
parent d2c517b7fd
commit bdb80771c6
2 changed files with 100 additions and 0 deletions

View File

@@ -74,6 +74,11 @@ alias npm-release='npm version minor -m "%s"'
alias gw="grunt watch --debug"
ginit() { grunt init:$@ ;}
# Magic Project Opener
function proj { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w project $2)"; }
function repo { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w repo $2)"; }
function wptheme { cd "$("$HOME/dotfiles/bin/opener.py" "$HOME/Dropbox/Projects" $1 -w wptheme $2)"; }
# Load external aliases
source ~/dotfiles/includes/root.sh
source ~/dotfiles/includes/functions.sh