Mercurial > ec-dotfiles
changeset 108:9a9ad273e15c
Merge.
author | Edho Prima Arief <edho@myconan.net> |
---|---|
date | Sun, 11 Sep 2011 07:42:13 +0700 |
parents | b5bda3ecfbd9 (diff) 06637c6cdc90 (current diff) |
children | c3e641108696 |
files | |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tcsh Sat Sep 17 01:11:11 2011 +0700 +++ b/tcsh Sun Sep 11 07:42:13 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})