fish: move fish_greeting to sep function, set $EDITOR only when vim is found

This commit is contained in:
Olexandr Smirnov 2025-07-23 23:45:53 +03:00
parent 7bea68f38a
commit 2b86db67c3
No known key found for this signature in database
2 changed files with 11 additions and 9 deletions

View file

@ -0,0 +1,5 @@
function fish_greeting
if type -q todo.sh
TODOTXT_VERBOSE=0 todo.sh listpri a
end
end