Skip to content

Instantly share code, notes, and snippets.

@akarzim
Created August 30, 2018 16:26
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 akarzim/40685dbdbc269115e372e801dee24072 to your computer and use it in GitHub Desktop.
Save akarzim/40685dbdbc269115e372e801dee24072 to your computer and use it in GitHub Desktop.
NCurses Disk Usage ZSH aliases
# The options are:
# --color dark - use a colour scheme
# -rr - read-only mode (prevents delete and spawn shell)
# --exclude ignore directories I won't do anything about
alias du='ncdu --color dark -rr -x --exclude .git --exclude node_modules'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment