From 697769638b4b21f727a10d82b665c9a956415f3c Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:29:51 -0300 Subject: [PATCH] zsh: add alias to ip to always use colors --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index ad2d6d6..3cccf22 100644 --- a/.zshrc +++ b/.zshrc @@ -67,6 +67,9 @@ alias locate="plocate" # Alias to nsxiv with some flags alias nsxiv="nsxiv -a" +# Alias to ip with some flags +alias ip="ip --color=always" + # Allow zsh to "folow" ranger alias ranger="source ranger" bindkey -s '^[^f' 'ranger\n'