repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sprofalyze fixes
[minix.git]
/
etc
/
ast
/
.profile
blob
490b26d320aa70333f2f524e61d07a0663aede94
1
# Login shell profile.
2
3
# Erase character and erase line interrupt keys
4
stty sane erase '^H' kill '^U'
5
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
13
14
# Shell configuration.
15
unset EDITOR; . $HOME/.ashrc