Quellcode durchsuchen

add ls alias for darwin ls

pull/1/head
10sr vor 11 Jahren
Ursprung
Commit
8a7a83091c
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc Datei anzeigen

@@ -127,6 +127,11 @@ _timeformat_iso="%Y-%m-%dT%H:%M:%S%z"
_timeformat_rfc2822="%a, %d %b %Y %T %z"

alias ls="ls -hCF${_coloroption}${_timeoption}"
if ! with_coreutils
then
export LSCOLORS=gxfxcxdxbxegedabagacad
alias ls="ls -G"
fi
# export GREP_OPTIONS=""
alias gr="grep -n --color=always"
iswindows && alias grep="grep -n"


Laden…
Abbrechen
Speichern