Skip to content

Commit

Permalink
[Darwin] M configs/direnv.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
roblav96 committed Apr 12, 2023
1 parent 0b3f0d6 commit ea750c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion configs/direnv.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[global]
bash_path = "/opt/local/bin/bash"
bash_path = "/opt/homebrew/bin/bash"
disable_stdin = true
strict_env = true
warn_timeout = "1s"
7 changes: 0 additions & 7 deletions configs/gitconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[filter "lfs"]
clean = "git-lfs clean -- %f"
process = "git-lfs filter-process"
required = true
smudge = "git-lfs smudge -- %f"
[user]
email = [email protected]
name = "Robert Laverty"
Expand All @@ -11,8 +6,6 @@
[diff]
renameLimit = 16384
colorMoved = "default"
[hub]
protocol = "https"
[log]
date = "relative"
[color]
Expand Down

0 comments on commit ea750c3

Please sign in to comment.