commit 40984fc955c7e8bef15022bd78e336cdcde4a60e
parent 7f77b6c1803866c98533da722800c7aefa6a2d8a
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 3 Dec 2016 15:36:16 +0100
better nmcli interactive alias
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/alias b/zsh/alias
@@ -62,6 +62,6 @@ alias ssh-copy-id='ssh-copy-id -o "ControlPath=/nowhere" -o "ControlMaster=no"'
alias ww="vim -c 'VimwikiIndex'"
alias youtubedl='youtube-dl --restrict-filenames'
-alias nmcli="nmcli -p"
+alias nmcli="nmcli --pretty --ask"
alias wttr="curl -s 'http://wttr.in/Montrouge' | head -n-2 | sed 1d"