Skip to content
Snippets Groups Projects
Commit 4b2bf4de authored by nimrod's avatar nimrod
Browse files

Format to my taste.

parent 0f8f171a
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment