Skip to content

Instantly share code, notes, and snippets.

@zaltoprofen
Created October 14, 2016 08:11
Show Gist options
  • Save zaltoprofen/cca69337d2ccf2aa7ac5b27fca4c3820 to your computer and use it in GitHub Desktop.
Save zaltoprofen/cca69337d2ccf2aa7ac5b27fca4c3820 to your computer and use it in GitHub Desktop.
gcd() {
if dir=$(ghq list -p|peco --query="$*");then
if [ -z "$dir" ]; then
return
fi
echo "\tcd $dir"
(cd $dir; $SHELL)
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment