Skip to content

Commit

Permalink
Add direnvrc and toml configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
mphstudios committed May 26, 2023
1 parent 403f49b commit 8be8ce9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
plug.vim.old

# autogenerated asdf direnv setup
config/asdf-direnv/*
config/direnv/*
/tag-config/config/asdf-direnv/*
/tag-config/config/direnv/lib/*
8 changes: 8 additions & 0 deletions tag-config/config/direnv/direnv.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# direnv.toml - the direnv configuration file
# @see https://direnv.net/man/direnv.toml.1.html
[global]
disable_stdin = true
load_dotenv = true

[whitelist]
prefix = [ "$HOME/Code/" ]
1 change: 1 addition & 0 deletions tag-config/config/direnv/direnvrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export DIRENV_LOG_FORMAT=''

0 comments on commit 8be8ce9

Please sign in to comment.