Ver a proveniência

fix ls alias

pull/1/head
10sr há 12 anos
ascendente
cometimento
bf0157e7a1
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      bashrc

+ 2
- 2
bashrc Ver ficheiro

@@ -71,9 +71,9 @@ echo
# some aliases and functions

test "$TERM" == dumb || _coloroption=" --color=always"
iswindows || _timeoption=" --time-style=long-iso"

alias ls="ls -hCF${_coloroption}"
iswindows || alias ls="ls --time-style=long-iso"
alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS=""
alias grep="grep -n${_coloroption}"
# alias ll="ls -l"


Carregando…
Cancelar
Guardar