From 75230fda588116f514e8dcb27abd83cdc3c8bc89 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 2 Jul 2023 13:57:18 +0200 Subject: [zshrc] alias ip to --color --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 82ae926..62c7425 100644 --- a/.zshrc +++ b/.zshrc @@ -15,9 +15,12 @@ export EDITOR=nvim export AUR_PAGER=$EDITOR alias vim=$EDITOR + alias ls="exa" alias tree="exa --tree" +alias ip="ip --color=auto" + export GRIM_DEFAULT_DIR=~/Images/Screenshots # nnn -- cgit v1.2.3