meta: Add envrc for direnv
Fetch all git remotes automatically when entering the repository.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -27,3 +27,6 @@
|
|||||||
|
|
||||||
/.config/ranger/bookmarks
|
/.config/ranger/bookmarks
|
||||||
/.config/ranger/history
|
/.config/ranger/history
|
||||||
|
|
||||||
|
# Ignore symlink to meta/envrc in repo root (created in installation)
|
||||||
|
/.envrc
|
||||||
|
|||||||
1
meta/envrc
Normal file
1
meta/envrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
git fetch --all
|
||||||
@@ -78,3 +78,5 @@
|
|||||||
create: true
|
create: true
|
||||||
glob: true
|
glob: true
|
||||||
path: meta/git/hooks/*
|
path: meta/git/hooks/*
|
||||||
|
.envrc:
|
||||||
|
path: meta/envrc
|
||||||
|
|||||||
Reference in New Issue
Block a user