From e1dfe6631ada50662f1e7d390002869304f910d2 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Mon, 10 Jun 2019 19:37:51 +0200 Subject: [PATCH] Add alias --- zsh/custom/aliases.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/custom/aliases.zsh b/zsh/custom/aliases.zsh index 993c56e..3085aa1 100644 --- a/zsh/custom/aliases.zsh +++ b/zsh/custom/aliases.zsh @@ -8,7 +8,7 @@ # Net commands alias iptables="sudo iptables $1" -#alias netstat="sudo netstat $1" +alias ip="ip -c $1" alias ifconfig="sudo ifconfig $1" alias ovpn="sudo openvpn $1" @@ -60,3 +60,4 @@ alias ltxmk="latexmk $1 && latexmk -c $1" # Other alias open="xdg-open $1" +alias youtube-dl="youtube-dl -f best $1"