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
__aeabi_ldivmod: fix sign logic
[minix.git]
/
etc
/
ast
/
.profile
blob
b74b1654296aa1f32f04b537c7636422c46d6e46
1
# Login shell profile.
2
3
# Activate emacs keybindings and command line history support
4
set -o emacs
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