mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
|
# Automatically sets up your devbox environment whenever you cd into this
|
||
|
# directory via our direnv integration:
|
||
|
#
|
||
|
# Enter Nushell
|
||
|
eval "$(devbox generate direnv --print-envrc)"
|
||
|
|
||
|
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
|
||
|
# for more details
|
||
|
#
|
||
|
|