Skip to content

Commit

Permalink
Merge pull request #182 from lsst-sqre/u/ajt/dircolors
Browse files Browse the repository at this point in the history
Reenable dircolors
  • Loading branch information
athornton authored Oct 1, 2024
2 parents 42e3caf + 0943e7a commit fd22f4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local06-term.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ if [ "${TERM}" == "xterm" ]; then
fi
export TERM

eval $(dircolors -b /etc/dircolors.ansi-universal)
alias ls="ls --color=auto"

0 comments on commit fd22f4e

Please sign in to comment.