sprofalyze fixes
[minix.git] / etc / ast / .profile
blob490b26d320aa70333f2f524e61d07a0663aede94
1 # Login shell profile.
3 # Erase character and erase line interrupt keys
4 stty sane erase '^H' kill '^U'
6 # Check terminal type.
7 case $TERM in
8 dialup|unknown|network)
9         echo -n "Terminal type? ($TERM) "; read term
10         TERM="${term:-$TERM}"
11         unset term
12 esac
14 # Shell configuration.
15 unset EDITOR; . $HOME/.ashrc