fix(nushell): fix config

This commit is contained in:
Artur Manuel 2025-01-29 20:09:07 +00:00
commit 1a8bb2b25f
2 changed files with 1 additions and 3 deletions

View file

@ -21,4 +21,4 @@ mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu") starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
zoxide init nushell | save -f ($nu.data-dir | path join "vendor/autoload/zoxide.nu") zoxide init nushell | save -f ($nu.data-dir | path join "vendor/autoload/zoxide.nu")
alias nos = "sudo nh os" alias nos = "nh os"

View file

@ -17,8 +17,6 @@
# You can remove these comments if you want or leave # You can remove these comments if you want or leave
# them for future reference. # them for future reference.
def co
$env = { $env = {
config = { config = {
hooks: { hooks: {