Mercurial > ec-dotfiles
changeset 105:b5bda3ecfbd9
OpenBSD, yo.
author | Edho Prima Arief <edho@myconan.net> |
---|---|
date | Sun, 11 Sep 2011 07:32:02 +0700 |
parents | ed3d1b8e6f45 |
children | 9a9ad273e15c |
files | tcsh |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tcsh Sun Sep 11 03:15:17 2011 +0700 +++ b/tcsh Sun Sep 11 07:32:02 2011 +0700 @@ -75,9 +75,11 @@ case NetBSD: set path=(${path} /usr/pkg/{bin,sbin}) breaksw - case OpenBSD: + case OpenBSD: set path=(${path} /usr/local/{bin,sbin}) + setenv LSCOLORS ExGxFxdxCxegedabagExEx [ "${iscolor}" -eq 1 ] && setenv TERM xterm-256color + ( which colorls ) > /dev/null && alias ls colorls -FG breaksw case DragonFly: set path=(${path} /usr/pkg/{bin,sbin})