mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
e68abc5d07
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
10 lines
268 B
Bash
10 lines
268 B
Bash
#!/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
|