Skip to content

Commit

Permalink
Added fabric shortcut for using H variable in bash/zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazen committed Oct 3, 2016
1 parent ff03f99 commit 31340c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ alias gc='git commit'
alias gp='git pull'
alias gP='git push'
alias ga='git add'
alias fabric='fab -H $H'
alias jbc='$JBOSS_HOME/bin/jboss-cli.sh -c $JBOSS_URL'
title() {
echo -ne "\e]0;$1\a"
Expand Down

0 comments on commit 31340c2

Please sign in to comment.