Fixed exports.

This commit is contained in:
Ivan Malison 2013-03-25 12:49:22 -07:00
parent 325c66a5b6
commit de68290210

View File

@ -1,7 +1,7 @@
B# Make emacs the default editor. # Make emacs the default editor.
export EDITOR="emacsclient" export EDITOR="emacsclient"
export ALTERNATE_EDITOR="" export ALTERNATE_EDITOR=""
export VISUAL=`which emacs` export VISUAL="emacsclient"
# Larger bash history (allow 32³ entries; default is 500) # Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768 export HISTSIZE=32768