Skip to content
Snippets Groups Projects
Commit 0c07f91d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: add alias for colored ncdu command

parent 4fbddcf9
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ alias egrep='egrep --color=auto' # coloured egrep
alias diff='diff --color=auto' # coloured diff
alias ipb='ip --color --brief' # coloured ip command (brief)
alias ip='ip --color' # coloured ip command
alias ncdu='ncdu --color dark' # coloured ncdu command
alias ..='cd ..'
alias ...='cd ../../'
alias c='clear'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment