From 330ff1dd2318ac7d42b6d54890490776d8ee955e Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 12 Dec 2015 14:31:26 +0100 Subject: [PATCH] Added WLAN Alias. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index f4c72ac..b3f0a94 100644 --- a/zshrc +++ b/zshrc @@ -44,6 +44,7 @@ alias poweroff='sudo poweroff' alias reboot='sudo reboot' alias n='ninja' alias cmake='cmake -G Ninja' +alias wlan='sudo netctl-auto list' if test -f "$(which nvim)" then alias v='nvim'