changeset 86:e1ec232bd0a1

add variable so i get readline with xpcshell
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 24 Aug 2010 13:04:27 -0700
parents 88f57c1d3546
children c4126b9a185f
files .bashrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.bashrc	Mon Aug 02 20:35:15 2010 -0700
+++ b/.bashrc	Tue Aug 24 13:04:27 2010 -0700
@@ -19,6 +19,7 @@
 export CLICOLOR=1
 export EDITOR='emacs -nw'
 export MOZCONFIG=~/mozilla/mozconfig
+export JS_EDITLINE=1
 
 # aliases
 alias ls='ls --color=auto'