Mercurial > ec-dotfiles
comparison setup @ 463:4180a94a80af
Add FreeBSD tcsh compatibility.
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Mon, 29 Apr 2013 14:27:44 +0900 | 
| parents | e0f9a54b9dce | 
| children | 8ef5ddb9b54b | 
   comparison
  equal
  deleted
  inserted
  replaced
| 462:a7e5a165e981 | 463:4180a94a80af | 
|---|---|
| 40 _tcsh() { | 40 _tcsh() { | 
| 41 case "$1" in | 41 case "$1" in | 
| 42 uninstall|install) | 42 uninstall|install) | 
| 43 _rc "${1}" "cshrc" ".ecos_tcsh" | 43 _rc "${1}" "cshrc" ".ecos_tcsh" | 
| 44 _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".cshrc" | 44 _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".cshrc" | 
| 45 _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".tcshrc" | |
| 45 ;; | 46 ;; | 
| 46 esac | 47 esac | 
| 47 } | 48 } | 
| 48 | 49 | 
| 49 _bash() { | 50 _bash() { | 
