diff --git a/.bash_aliases b/.bash_aliases index 019cf46..7b0d8db 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -286,3 +286,6 @@ alias reverse-shell-gen-stop='docker stop a2f132aa528a' # Wireguard - TheHomeTunnel alias thehometunnel-up="sudo wg-quick up TheHomeTunnel" alias thehometunnel-down="sudo wg-quick down TheHomeTunnel" + +# windirstat shortcut for ncdu +alias windirstat="ncdu"