From a63870203a5327bc7941a1ca8ccf4332dc344967 Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 19 Nov 2025 00:10:48 +0100 Subject: [PATCH] zsh: alias for the wifi password --- root/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/root/.zshrc b/root/.zshrc index 1e50165..3312a5b 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -80,6 +80,7 @@ NMTUI_COLORS=' ' alias nmtui='NEWT_COLORS="$NMTUI_COLORS" nmtui' alias nmtui-connect='NEWT_COLORS="$NMTUI_COLORS" nmtui-connect' +alias wifi-password='nmcli device wifi show-password' ## Git