meta:envrc: Generate vim helptags when entering
Move the commands into a function, so that the function can be run in the background.
This commit is contained in:
@@ -1 +1,7 @@
|
||||
git fetch --all 0<&- &>/dev/null 3>&- & disown
|
||||
envrc() {
|
||||
nvim -es <<<"helptags ALL"
|
||||
git fetch --all
|
||||
}
|
||||
|
||||
# Run in background
|
||||
envrc 0<&- &>/dev/null 3>&- & disown
|
||||
|
||||
Reference in New Issue
Block a user