From 7732880a48c70b77d81d8a16e0bce72fc785a6af Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 22 Nov 2019 20:01:58 -0500 Subject: Remove Linux aliases from .shrc Let's be honest this is unlikely to ever run on Linux... --- home/.shrc | 3 --- 1 file changed, 3 deletions(-) (limited to 'home') 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='\$ ' -- cgit 1.4.1