diff --git a/overlays/derivations/nu/cfg/config.nu b/overlays/derivations/nu/cfg/config.nu index 8c68fc5..03d6800 100644 --- a/overlays/derivations/nu/cfg/config.nu +++ b/overlays/derivations/nu/cfg/config.nu @@ -21,11 +21,4 @@ mkdir ($nu.data-dir | path join "vendor/autoload") 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") -# A bit more advanced alias for `nh os` -def nos [flags]: nothing -> nothing { - help nos -} - -def "nos switch" []: nothing -> nothing { - nh os switch -} +alias nos = "nh os"