From c5d89c54763f95471aff2b7ae181bdd31bc47c57 Mon Sep 17 00:00:00 2001 From: takiy33 Date: Mon, 22 Aug 2016 13:24:55 +0900 Subject: [PATCH] Add shortcut `hub browse` --- runcoms/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index b89c87b6..269eefd3 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -20,6 +20,7 @@ export GOPATH=$HOME/.go alias g='git' alias bi='bundle install' alias be='bundle exec' +alias hb='hub browse' function peco-src () { local selected_dir=$(ghq list -p | peco --query "$LBUFFER")