Bladeren bron

--color=auto

pull/1/head
10sr 12 jaren geleden
bovenliggende
commit
2ac7c4878d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Bestand weergeven

@@ -89,7 +89,7 @@ echo
###################################
# some aliases and functions

( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=always"
( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=auto"
( ! with_coreutils && isdarwin ) || iswindows || _timeoption=" --time-style=long-iso"

alias ls="ls -hCF${_coloroption}${_timeoption}"


Laden…
Annuleren
Opslaan