From 09f6e0e186bc99afc3b7966466f0d56b3cadb203 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 15 Aug 2018 18:49:58 -0400 Subject: Add GNU color aliases to mkshrc You know, it's nice to be able to actually read the man page for your shell. --- home/.kshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.kshrc b/home/.kshrc index 8207ef19..7f2d60c8 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -16,7 +16,9 @@ fi export GPG_TTY=$(tty) export CLICOLOR=1 -# TODO: GNU aliases. +if [[ $(uname) = 'Linux' ]]; then + alias ls='ls --color=auto' grep='grep --color' rm='rm -I' +fi export NETHACKOPTIONS=' name:June, role:Valkyrie, race:Human, gender:female, align:neutral, -- cgit 1.4.1