Mercurial > ec-dotfiles
comparison rc/bash @ 140:110d0ec96f7c
Sane color for openbsd.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 02 Nov 2011 11:30:26 -0400 |
parents | a7484f2c9616 |
children | 735b21c05f54 |
comparison
equal
deleted
inserted
replaced
139:9ff99d9bf388 | 140:110d0ec96f7c |
---|---|
59 export LSCOLORS=ExGxFxdxCxegedabagExEx | 59 export LSCOLORS=ExGxFxdxCxegedabagExEx |
60 ;; | 60 ;; |
61 OpenBSD) | 61 OpenBSD) |
62 if command -v colorls > /dev/null 2>&1; then | 62 if command -v colorls > /dev/null 2>&1; then |
63 export CLICOLOR= | 63 export CLICOLOR= |
64 export LSCOLORS=ExGxFxdxCxegedabagExEx | |
64 alias ls='colorls -F' | 65 alias ls='colorls -F' |
65 fi | 66 fi |
66 ;; | 67 ;; |
67 CYGWIN*) | 68 CYGWIN*) |
68 export PATH="${PATH}:${_org_path}" | 69 export PATH="${PATH}:${_org_path}" |