nushell: allow multi-word aliases

Also fix invalid alias in test
This commit is contained in:
Joaquín Triñanes 2025-01-05 13:39:08 +01:00 committed by Robert Helgesson
parent 709aaab1a5
commit 82455a84e3
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
3 changed files with 11 additions and 5 deletions

View file

@ -26,8 +26,9 @@
plugins = [ pkgs.nushellPlugins.formats ];
shellAliases = {
"lsname" = "(ls | get name)";
"ll" = "ls -a";
"multi word alias" = "cd -";
"z" = "__zoxide_z";
};
settings = {