From 0809651483bfe787ae9c80bf9db2d2baa00b41d3 Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 23 Jan 2026 15:43:20 -0800 Subject: [PATCH] colour --- dotfiles/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index a383c4e..d3b0123 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -1,6 +1,7 @@ alias r='ranger' alias ls='ls --color=auto' alias grep='grep --color=auto' +alias ip='ip --color=auto' alias bedtime='xset s off; xset -dpms' alias copy='xclip -selection clipboard' alias ssh-mount='sshfs iron:/wdraidz/ ~/wdraidz/'