mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
7 lines
142 B
Bash
7 lines
142 B
Bash
# makes color constants available
|
|
autoload -U colors
|
|
colors
|
|
|
|
# enable colored output from ls, etc. on FreeBSD-based systems
|
|
export CLICOLOR=1
|