mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Automatically sets up your devbox environment whenever you cd into this
|
||
|
# directory via our direnv integration:
|
||
|
|
||
|
eval "$(devbox generate direnv --print-envrc)"
|
||
|
|
||
|
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/
|
||
|
# for more details
|