This website requires JavaScript.
Explore
Help
Sign In
zellij-org
/
zellij
Watch
1
Star
1
Fork
0
You've already forked zellij
mirror of
https://github.com/zellij-org/zellij.git
synced
2024-11-23 08:57:14 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
779679f53b
zellij
/
.envrc
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add(nix): lorri integration (#1200) Check, if direnv supports lorri, if not run `use_flake` directly from direnv.
2022-03-10 17:48:55 +03:00
if command -v lorri >/dev/null 2>&1; then
eval "$(lorri direnv)"
else
use flake
fi
Reference in New Issue
Copy Permalink