Mercurial > ec-dotfiles
comparison tcsh @ 80:59db9fa5d28b
[tcsh] Fortune for fun.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Sat, 09 Jul 2011 15:34:05 +0700 |
parents | 06fd72a78cc1 |
children | 1057412834a5 |
comparison
equal
deleted
inserted
replaced
79:08d5f6023998 | 80:59db9fa5d28b |
---|---|
95 unset gnuls_opts | 95 unset gnuls_opts |
96 | 96 |
97 ( which vim ) > /dev/null && alias vi vim && setenv EDITOR vim | 97 ( which vim ) > /dev/null && alias vi vim && setenv EDITOR vim |
98 | 98 |
99 [ -e "${HOME}/.ecos_tcsh.after" ] && source "${HOME}/.ecos_tcsh.after" | 99 [ -e "${HOME}/.ecos_tcsh.after" ] && source "${HOME}/.ecos_tcsh.after" |
100 | |
101 [ -x "/usr/games/fortune" ] && "/usr/games/fortune" |