Bumped oh-my-zsh pointer. Added export for editor and visual.
This commit is contained in:
4
.exports
4
.exports
@@ -1,3 +1,7 @@
|
||||
# Make emacs the default editor.
|
||||
export EDITOR=`which emacs`
|
||||
export VISUAL=`which emacs`
|
||||
|
||||
# Larger bash history (allow 32³ entries; default is 500)
|
||||
export HISTSIZE=32768
|
||||
export HISTFILESIZE=$HISTSIZE
|
||||
|
Submodule oh-my-zsh updated: bbe8b9f384...5cb255afe3
Reference in New Issue
Block a user