diff options
author | Himbeer <himbeer@disroot.org> | 2024-09-12 13:26:33 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-09-12 13:26:33 +0200 |
commit | 3e92083dc6396024e53aa9c7b049086a88af9743 (patch) | |
tree | 960f32de245739fd57bb28faf3537758ca9ae2fb | |
parent | 13e51caa9241f8e604c4337709e5c183107b6891 (diff) |
Re-enable colors in ncdu
This is no longer the default and hasn't been for months. This commit
adds a shell alias to re-enable the colored interface.
-rw-r--r-- | zsh_aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh_aliases b/zsh_aliases index 5bdd4c9..63ae6d4 100644 --- a/zsh_aliases +++ b/zsh_aliases @@ -1,2 +1,3 @@ alias ls='ls --color=auto' alias grep='grep --color' +alias ncdu='ncdu --color dark' |