diff --git a/zsh/zprofile.j2 b/zsh/zprofile.j2 index 4b27e31..90e5c61 100644 --- a/zsh/zprofile.j2 +++ b/zsh/zprofile.j2 @@ -11,8 +11,8 @@ for part in ${_path[@]} ; do done export PATH -export EDITOR="nvim" -export VISUAL="nvim" +export EDITOR="hx" +export VISUAL="hx" export BROWSER="firefox" export PAGER="less" diff --git a/zsh/zshrc.d/40_functions.sh b/zsh/zshrc.d/40_functions.sh index f6fcc90..09d87db 100644 --- a/zsh/zshrc.d/40_functions.sh +++ b/zsh/zshrc.d/40_functions.sh @@ -188,7 +188,7 @@ journal() { if [[ ! -e $file ]] ; then cp $journaldir/template.md $file || return fi - vim +Goyo +PencilSoft $file + $EDITOR $file } syncfolder() {