export PKG_PATH=ftp://ftp.eu.openbsd.org/pub/OpenBSD/`uname -r`/packages/`machine -a`/

if [ -o interactive ]; then
	case "$TERM" in
		vt220)
			bind '^[[3'=prefix-2
			bind '^[[3~'=delete-char-forward
		;;
		xterm)
			bind '^[[3'=prefix-2
			bind '^[[3~'=delete-char-forward
			bind ^XH=beginning-of-line
			bind ^XF=end-of-line
		;;
		*)
		;;
	esac
fi