5 # Favourite editor and pager, search path for binaries, etc.
9 # Let cd display the current directory on the status line.
10 if [ -t 0 -a -f /usr/bin/tget ] && tget -flag hs
13 hostname=$(expr $(uname -n) : '\([^.]*\)')
17 echo -n '$(tget -str ts \
18 "$USER@$hostname:'\"\`pwd\`\"'" \
27 # Check terminal type.
29 dialup|unknown|network)
30 echo -n "Terminal type? ($TERM) "; read term