Mercurial > ec-dotfiles
comparison rc/bash @ 275:a2f0f4106c00
alias man for FreeBSD.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Thu, 08 Dec 2011 15:20:57 +0700 |
| parents | cf23a637f3a5 |
| children | 8096bb665d4a |
comparison
equal
deleted
inserted
replaced
| 274:38cb6a866d3f | 275:a2f0f4106c00 |
|---|---|
| 67 [ -f /usr/share/lib/terminfo/?/"${TERM}" ] || export TERM=dtterm | 67 [ -f /usr/share/lib/terminfo/?/"${TERM}" ] || export TERM=dtterm |
| 68 if command -v ggrep > /dev/null 2>&1; then | 68 if command -v ggrep > /dev/null 2>&1; then |
| 69 _has_gnu_grep=y | 69 _has_gnu_grep=y |
| 70 _grep="ggrep" | 70 _grep="ggrep" |
| 71 fi | 71 fi |
| 72 ;; | |
| 73 FreeBSD) | |
| 74 # Invalid characters when using en_US.UTF-8. | |
| 75 alias man="man -o" | |
| 72 ;; | 76 ;; |
| 73 OpenBSD) | 77 OpenBSD) |
| 74 PATH="${PATH}:/usr/X11R6/bin" | 78 PATH="${PATH}:/usr/X11R6/bin" |
| 75 if command -v gls > /dev/null 2>&1; then | 79 if command -v gls > /dev/null 2>&1; then |
| 76 _has_gnu_ls=y | 80 _has_gnu_ls=y |
