Skip to content

Instantly share code, notes, and snippets.

@chrisdemars
Created August 9, 2021 19:09
Show Gist options
  • Save chrisdemars/ddc08862fa75d2455b285dcc71b0d25b to your computer and use it in GitHub Desktop.
Save chrisdemars/ddc08862fa75d2455b285dcc71b0d25b to your computer and use it in GitHub Desktop.
List files and folders when changing into a directory.
function cd {
builtin cd "$@" && ls -F
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment