summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.kshrc4
1 files changed, 3 insertions, 1 deletions
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,
server.h?h=1.1&id=0a054aeb9ce8430a62be05283300ec34e9c2b0af&follow=1'>Add export optionJune McEnroe 2020-07-17Add margin to inputsJune McEnroe 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe