From 5bc2121887b0ae1e6380452c33a1685aacd36f33 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 14 Oct 2012 11:26:25 -0700 Subject: [PATCH] Get rid of tabs in .rc! --- rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc b/rc index cc182fe..6f2d738 100644 --- a/rc +++ b/rc @@ -31,11 +31,11 @@ alias pprint-json="python -c 'import sys,json;print json.dumps(json.load(sys.std print_info_sub_noisy 2 "Sourcing ${SYS}-specific settings" case $SYS in darwin) - alias acls='command ls -le' + alias acls='command ls -le' # These things might have been installed by Homebrew binary_exists gdircolors && alias dircolors='gdircolors' binary_exists gfind && alias find='gfind' - binary_exists gnuindent && alias indent='gnuindent' + binary_exists gnuindent && alias indent='gnuindent' ;; linux) # iptables aliases