mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-13 06:25: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
|