Skip to content

Instantly share code, notes, and snippets.

@hcutcu
Last active May 1, 2022 19:07
Show Gist options
  • Save hcutcu/fdae6ae617543bfe7fc9767fbef7f3ec to your computer and use it in GitHub Desktop.
Save hcutcu/fdae6ae617543bfe7fc9767fbef7f3ec to your computer and use it in GitHub Desktop.
alias for ls command to listing directories first
alias ls='LC_COLLATE=C ls -h --group-directories-first --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment