summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.shrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/.shrc b/home/.shrc
index e815a748..c863c337 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -16,9 +16,6 @@ alias gp='git push' gu='git pull' gf='git fetch'
 alias gr='git rebase' gra='gr --abort' grc='gr --continue' grs='gr --skip'
 alias rand='openssl rand -base64 33'
 alias private='eval "$(gpg -d ~/.private)"'
-if [ "$(uname)" = 'Linux' ]; then
-	alias ls='ls --color=auto' grep='grep --color'
-fi
 
 PS0=$'\n'
 PS1='\$ '