mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if command -v direnv >/dev/null; then
|
|
eval "$(direnv hook bash)"
|
|
fi
|