Fixed exports.
This commit is contained in:
parent
325c66a5b6
commit
de68290210
4
.exports
4
.exports
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user