Get rid of tabs in .rc!
This commit is contained in:
parent
be10e3bbc6
commit
5bc2121887
1 changed files with 2 additions and 2 deletions
4
rc
4
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"
|
print_info_sub_noisy 2 "Sourcing ${SYS}-specific settings"
|
||||||
case $SYS in
|
case $SYS in
|
||||||
darwin)
|
darwin)
|
||||||
alias acls='command ls -le'
|
alias acls='command ls -le'
|
||||||
# These things might have been installed by Homebrew
|
# These things might have been installed by Homebrew
|
||||||
binary_exists gdircolors && alias dircolors='gdircolors'
|
binary_exists gdircolors && alias dircolors='gdircolors'
|
||||||
binary_exists gfind && alias find='gfind'
|
binary_exists gfind && alias find='gfind'
|
||||||
binary_exists gnuindent && alias indent='gnuindent'
|
binary_exists gnuindent && alias indent='gnuindent'
|
||||||
;;
|
;;
|
||||||
linux)
|
linux)
|
||||||
# iptables aliases
|
# iptables aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue