Mercurial > ec-dotfiles
diff 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 |
line wrap: on
line diff
--- a/setup Fri Mar 08 15:58:25 2013 +0900 +++ b/setup Mon Apr 29 14:27:44 2013 +0900 @@ -42,6 +42,7 @@ uninstall|install) _rc "${1}" "cshrc" ".ecos_tcsh" _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".cshrc" + _init "${1}" 'test -r "${HOME}/.ecos_tcsh" && source "${HOME}/.ecos_tcsh" #ECCORE_TCSH' ".tcshrc" ;; esac }