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