Last active
August 29, 2015 14:27
-
-
Save joetde/7d0fa7b78bc45b5e0ee8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_cdp_complete() | |
{ | |
local CDPATH=$(ls -d $PACKAGE_DIRECTORIES | tr -s [:space:] ':') | |
_cd | |
} | |
complete -F _cdp_complete -o nospace cdp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment