Add direnv support

This commit is contained in:
Michael Yockey
2024-09-16 09:02:24 -04:00
parent 928aba97b2
commit af640cd092
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
direnv
fd
fzf
gh

View File

@@ -0,0 +1,5 @@
return {
'direnv/direnv.vim',
config = function()
end,
}

View File

@@ -1,5 +1,8 @@
source ~/.env
# direnv
eval "$(direnv hook zsh)"
# rbenv
eval "$(rbenv init -)"