Use helix as standard editor
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -188,7 +188,7 @@ journal() {
|
||||
if [[ ! -e $file ]] ; then
|
||||
cp $journaldir/template.md $file || return
|
||||
fi
|
||||
vim +Goyo +PencilSoft $file
|
||||
$EDITOR $file
|
||||
}
|
||||
|
||||
syncfolder() {
|
||||
|
||||
Reference in New Issue
Block a user