Skip to content

Instantly share code, notes, and snippets.

@kenzo0107
Created April 27, 2017 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenzo0107/e460e31ae2478341cc7a39859ad7fefd to your computer and use it in GitHub Desktop.
Save kenzo0107/e460e31ae2478341cc7a39859ad7fefd to your computer and use it in GitHub Desktop.
function peco-git-atom() {
local dir=$(ghq list -p | peco)
if [ -n "$dir" ]; then
atom "$dir"
fi
}
alias opg='peco-git-atom'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment