Skip to content

Instantly share code, notes, and snippets.

@sankitch
Created October 27, 2012 17:06
Show Gist options
  • Save sankitch/3965342 to your computer and use it in GitHub Desktop.
Save sankitch/3965342 to your computer and use it in GitHub Desktop.
ソースをまとめてるディレクトリへ移動
function d {
cd ~/Develop/$1
}
function _d {
_files -W ~/Develop/ && return 0;
return 1;
}
compdef _d d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment