Loading .bashrc +2 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,8 @@ __command_notifier () { [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then if [ -x /usr/bin/dircolors ] then eval "$(dircolors -b)" alias ls='ls --color=auto' alias grep='grep --color=auto' Loading Loading
.bashrc +2 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,8 @@ __command_notifier () { [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # enable color support of ls and also add handy aliases if [ -x /usr/bin/dircolors ]; then if [ -x /usr/bin/dircolors ] then eval "$(dircolors -b)" alias ls='ls --color=auto' alias grep='grep --color=auto' Loading