From 9212fdde507a9cb23a121ff74bca8f22e13fddc9 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 14 Aug 2017 01:18:26 -0400 Subject: [PATCH] Add ip -c aliases --- shells/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shells/zshrc b/shells/zshrc index 77498f9..94c3926 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -171,6 +171,9 @@ update-tool() { read RESP done } +if ex ip; then + alias ip='ip -c' +fi alias apush="adb push -p" alias apull="adb pull -p" alias cleaner="sudo ~/run.sh 'perl-cleaner --reallyall' 'python-updater' 'haskell-updater -- --usepkg=n'"