Skip to content

Instantly share code, notes, and snippets.

@k-nishijima
Created October 13, 2016 08:00
Show Gist options
  • Save k-nishijima/cbc085c401f72858278166263bba19ce to your computer and use it in GitHub Desktop.
Save k-nishijima/cbc085c401f72858278166263bba19ce to your computer and use it in GitHub Desktop.
bashでpecoをお使いの皆様へ
function pcd {
local dir="$( find $GOPATH/src -maxdepth 3 -type d | peco )"
if [ ! -z "$dir" ] ; then
cd "$dir"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment