On Fri, Dec 05, 2008 at 09:29:43AM -0500, Alfredo Perez wrote:
| > Just add a few options to /etc/profile and it's like at home again.
| > 
| > export HISTFILE=~/.sh_history
| > export HISTSIZE=100000
| > 
| > export PS1='[EMAIL PROTECTED] \w \$ '
| > 
| > Any suggestions? :)
| > 
| I would add set -o vi if you use vi as a command line editor

If you prefer vi and want to use it for most everything, simply export
VISUAL=vi. This has the same effect as set -o vi on your command line
editor.

Paul 'WEiRD' de Weerd (happy VISUAL=vi user for years now ;)

-- 
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/                 

Reply via email to