Skip to content

Instantly share code, notes, and snippets.

@loschtreality
Created April 25, 2017 03:16
Show Gist options
  • Save loschtreality/e65e0cd53bbb37f8552009281a411eb1 to your computer and use it in GitHub Desktop.
Save loschtreality/e65e0cd53bbb37f8552009281a411eb1 to your computer and use it in GitHub Desktop.
cd & ls
cd() { builtin cd "$@"; ls; }
@loschtreality
Copy link
Author

Add this to your bash profile to automatically ls when you cd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment