mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[shell/direnv] add sourcing
This commit is contained in:
parent
8f2a0c51e1
commit
138e8ed62b
2 changed files with 7 additions and 1 deletions
5
shell/direnv.sh
Executable file
5
shell/direnv.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if command -v direnv >/dev/null; then
|
||||
eval "$(direnv hook bash)"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue