From 7d7bfaed501d805a707989273b157ed7cb3af532 Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 18 Aug 2019 16:21:56 +0200 Subject: [PATCH] add alias for ip to show colors --- dotfiles/bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 3aa7a5c..994fc66 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -76,6 +76,7 @@ function dfall() { } alias ls='ls --color=auto' +alias ip='ip --color=auto' PS1='`[ $? = 0 ] || echo "$? "`[\u@\h \w]\$ ' alias docker='sudo docker' alias autopurge='sudo pacman -Rns $(pacman -Qdtq)'