Mercurial > ec-dotfiles
diff tcsh @ 102:7a287a518718
Merge.
author | Edho Prima Arief <edho@myconan.net> |
---|---|
date | Thu, 18 Aug 2011 15:20:54 +0700 |
parents | 1057412834a5 |
children | b5bda3ecfbd9 |
line wrap: on
line diff
--- a/tcsh Thu Aug 18 15:15:06 2011 +0700 +++ b/tcsh Thu Aug 18 15:20:54 2011 +0700 @@ -1,10 +1,10 @@ #!/usr/bin/env tcsh -[ -e "${HOME}/.tcsh_init.before" ] && source "${HOME}/.tcsh_init.before" +[ -e "${HOME}/.ecos_tcsh.before" ] && source "${HOME}/.ecos_tcsh.before" umask 22 limit coredumpsize 0 set prompt="[%B%n@%m %~%b]%# " -set path=({,/usr}/{bin,sbin} "${HOME}"/{,.ecos.}bin) +set path=({,/usr}/{bin,sbin} "${HOME}"/{,.ecos_}bin) set history=1000 set savehist=1000 set nobeep @@ -22,6 +22,7 @@ unset ignoreeof unalias \* +alias rd "rdesktop -g 1280x700 -K -a 16 -z -P -r sound:off -r clipboard:CLIPBOARD -5" alias h history 25 alias j jobs -l alias la ls -A @@ -69,6 +70,7 @@ ( which gnuls ) > /dev/null && alias ls gnuls ${gnuls_opts} alias man man -o alias rm rm -I + alias top top -P breaksw case NetBSD: set path=(${path} /usr/pkg/{bin,sbin}) @@ -95,4 +97,6 @@ ( which vim ) > /dev/null && alias vi vim && setenv EDITOR vim -[ -e "${HOME}/.tcsh_init.after" ] && source "${HOME}/.tcsh_init.after" +[ -e "${HOME}/.ecos_tcsh.after" ] && source "${HOME}/.ecos_tcsh.after" + +[ -x "/usr/games/fortune" ] && "/usr/games/fortune"