diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-23 17:09:21 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-05-23 17:09:21 +0100 |
commit | 7da94db2a0fcaf3bc524378a77ee2265a52b96f2 (patch) | |
tree | ac250cb74ebc27d8a9d3aab97899bfc81a55d7b0 | |
parent | cbd649f5bfb650672362707dedb3b57a4a3fe372 (diff) |
fixed EDITOR
-rw-r--r-- | taskopenrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #BROWSER='xdg-open $FILE &>/dev/null' BROWSER='qutebrowser' -EDITOR='vim' +EDITOR='/usr/local/bin/vim' #FILE_CMD='xdg-open' TASKBIN='task' |