mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-12 22:15:18 +01:00
6 lines
91 B
Bash
6 lines
91 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
if command -v direnv >/dev/null; then
|
||
|
|
eval "$(direnv hook bash)"
|
||
|
|
fi
|