envrc() { nvim -es <<<"helptags ALL" git fetch --all } # Run in background envrc 0<&- &>/dev/null 3>&- & disown # vim: ft=sh