1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-31 14:17:45 +00:00

Update direnv config (#934)

Path has changed from hooks to nu-hooks
This commit is contained in:
Alexandre Nédélec 2024-08-19 00:02:46 +02:00 committed by GitHub
parent 0cba7933f2
commit f0c293bdf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
#
# ```nushell
# $env.config.hooks.env_change.PWD = (
# $env.config.hooks.env_change.PWD | append (source hooks/direnv/config.nu)
# $env.config.hooks.env_change.PWD | append (source nu-hooks/nu-hooks/direnv/config.nu)
# )
# ```
#
@ -10,7 +10,7 @@
#
# ```nushell
# $env.config.hooks.pre_prompt = (
# $env.config.hooks.pre_prompt | append (source hooks/direnv/config.nu)
# $env.config.hooks.pre_prompt | append (source nu-hooks/nu-hooks/direnv/config.nu)
# )
# ```
#