Various updates.
.bashrc now better supports screen .bash_profile now gives precedence to /usr/local/ .muttrc defaults to michener.com git-svn-id: http://photonzero.com/dotfiles/trunk@14 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
31c0c7ac24
commit
3d2694fa28
3 changed files with 12 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# remove /usr/games and /usr/X11R6/bin if you want
|
# remove /usr/games and /usr/X11R6/bin if you want
|
||||||
PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH
|
PATH=/$HOME/bin:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/games:/usr/X11R6/bin; export PATH
|
||||||
case `uname` in
|
case `uname` in
|
||||||
SunOS)
|
SunOS)
|
||||||
UCB_PATH=/usr/sww/lang/acl:/usr/sww/lang/jdk-1.5.0/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sww/opt/java/bin:/usr/sww/bin:/share/b/grading/bin:/share/b/grading/sbin:/share/b/runas/sun4u:/share/b/bin:/home/aa/projects/scheme/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin; export UCB_PATH
|
UCB_PATH=/usr/sww/lang/acl:/usr/sww/lang/jdk-1.5.0/bin:/usr/openwin/bin:/usr/dt/bin:/usr/sww/opt/java/bin:/usr/sww/bin:/share/b/grading/bin:/share/b/grading/sbin:/share/b/runas/sun4u:/share/b/bin:/home/aa/projects/scheme/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin; export UCB_PATH
|
||||||
|
|
@ -32,6 +32,14 @@ PAGER=less; export PAGER
|
||||||
# set ENV to a file invoked each time sh is started for interactive use.
|
# set ENV to a file invoked each time sh is started for interactive use.
|
||||||
ENV=$HOME/.bashrc; export ENV
|
ENV=$HOME/.bashrc; export ENV
|
||||||
|
|
||||||
|
MAILPATH=/var/spool/mail/$USER
|
||||||
|
for i in ~/mail/*
|
||||||
|
do
|
||||||
|
MAILPATH=$MAILPATH:$i'?You have new mail in your ${_##*/} folder'
|
||||||
|
done
|
||||||
|
export MAILPATH
|
||||||
|
unset i
|
||||||
|
|
||||||
#alias ls='ls -FG'
|
#alias ls='ls -FG'
|
||||||
#alias la='ls -FGal'
|
#alias la='ls -FGal'
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
|
||||||
3
.bashrc
3
.bashrc
|
|
@ -31,7 +31,8 @@ fi
|
||||||
#esac
|
#esac
|
||||||
|
|
||||||
case $TERM in
|
case $TERM in
|
||||||
xterm*|rxvt*)
|
# xterm*|rxvt*)
|
||||||
|
rxvt*)
|
||||||
TITLEBAR='\[\033]0;\u@\h:\w\007\]'
|
TITLEBAR='\[\033]0;\u@\h:\w\007\]'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
2
.muttrc
2
.muttrc
|
|
@ -6,4 +6,4 @@ set pager_stop=yes
|
||||||
set postponed=+postponed
|
set postponed=+postponed
|
||||||
set signature=~/.sig
|
set signature=~/.sig
|
||||||
#set sort=date-received
|
#set sort=date-received
|
||||||
set spoolfile=+misc
|
set spoolfile=+michener.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue