Mercurial > ec-dotfiles
changeset 463:4180a94a80af
Add FreeBSD tcsh compatibility.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 29 Apr 2013 14:27:44 +0900 |
parents | a7e5a165e981 |
children | 9c9aeccbdadf |
files | setup |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 }