Skip to content

Instantly share code, notes, and snippets.

@tyhenry
Created December 18, 2018 15:05
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 tyhenry/bb1741fa27d882a8267fee0907bd9636 to your computer and use it in GitHub Desktop.
Save tyhenry/bb1741fa27d882a8267fee0907bd9636 to your computer and use it in GitHub Desktop.
cdl shell
cdl() {
cd "$@" && ls;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment