Mercurial > ec-dotfiles
comparison rc/bashrc @ 351:001cdf389aaf
NetBSD and DFBSD use similar package directory structure (pkgsrc).
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Sat, 26 May 2012 11:06:44 +0000 |
| parents | ea7214e4272b |
| children | 038c28c748d0 |
comparison
equal
deleted
inserted
replaced
| 350:47fbc05cacce | 351:001cdf389aaf |
|---|---|
| 97 _ls="gls" | 97 _ls="gls" |
| 98 elif command -v colorls > /dev/null 2>&1; then | 98 elif command -v colorls > /dev/null 2>&1; then |
| 99 alias ls="colorls -F" | 99 alias ls="colorls -F" |
| 100 fi | 100 fi |
| 101 ;; | 101 ;; |
| 102 NetBSD) | 102 NetBSD|DragonFly) |
| 103 PATH="${PATH}:/usr/pkg/bin:/usr/pkg/sbin" | 103 PATH="${PATH}:/usr/pkg/bin:/usr/pkg/sbin" |
| 104 if command -v gls > /dev/null 2>&1; then | 104 if command -v gls > /dev/null 2>&1; then |
| 105 _has_gnu_ls=y | 105 _has_gnu_ls=y |
| 106 _ls="gls" | 106 _ls="gls" |
| 107 elif command -v colorls > /dev/null 2>&1; then | 107 elif command -v colorls > /dev/null 2>&1; then |
