From a062321d935495e9e6abfb31dc02d301fef930c6 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 17 Jun 2014 11:31:23 -0500 Subject: [PATCH] Add hpr hub pull-request alias --- zsh/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 32dbf21..4e79ce7 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -155,6 +155,8 @@ alias sp='sprintly' # spb = sprintly branch - create a branch automatically based on the bug you're working on alias spb="git checkout -b \`sp | tail -2 | grep '#' | sed 's/^ //' | sed 's/[^A-Za-z0-9 ]//g' | sed 's/ /-/g' | cut -d"-" -f1,2,3,4,5\`" +alias hpr='hub pull-request' + # Finder alias showFiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app' alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'