From 4b2bf4dea1e538323763e8b6ad0d291ae69ecbfa Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 26 Nov 2020 23:14:02 +0200 Subject: [PATCH] Format to my taste. --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index f146484..96bd602 100644 --- a/.bashrc +++ b/.bashrc @@ -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' -- GitLab