Thursday, January 22, 2009

How to make arrows work in AIX

Just add the following entries in your /home/username/.profile

alias __A=`echo "\020"`
alias __B=`echo "\016"`
alias __C=`echo "\006"`
alias __D=`echo "\002"`
alias __H=`echo "\001"`
set -o emacs

No comments: