Files
dotfiles/meta/envrc

10 lines
129 B
Bash

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