mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
parent
0cba7933f2
commit
f0c293bdf9
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
# )
|
||||
# ```
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue