Skip to content

Instantly share code, notes, and snippets.

@dpapp-hortonworks
Created January 26, 2018 11:00
Show Gist options
  • Save dpapp-hortonworks/811351fdbfe1d0f8cbdcade2dd1759f5 to your computer and use it in GitHub Desktop.
Save dpapp-hortonworks/811351fdbfe1d0f8cbdcade2dd1759f5 to your computer and use it in GitHub Desktop.
Cd on steroids.
function c {
cd `find ${1:-.} -type d -print | fzf`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment