Bumped oh-my-zsh pointer. Added export for editor and visual.
This commit is contained in:
parent
2beea93c16
commit
80b5951098
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)
|
# Larger bash history (allow 32³ entries; default is 500)
|
||||||
export HISTSIZE=32768
|
export HISTSIZE=32768
|
||||||
export HISTFILESIZE=$HISTSIZE
|
export HISTFILESIZE=$HISTSIZE
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit bbe8b9f384166d6d8ce0e8ffe1d78fa972daff3b
|
Subproject commit 5cb255afe3f42b713a70ecbb124681612a3a0923
|
Loading…
Reference in New Issue
Block a user