nushell: allow multi-word aliases
Also fix invalid alias in test
This commit is contained in:
parent
709aaab1a5
commit
82455a84e3
3 changed files with 11 additions and 5 deletions
|
|
@ -26,8 +26,9 @@
|
|||
plugins = [ pkgs.nushellPlugins.formats ];
|
||||
|
||||
shellAliases = {
|
||||
"lsname" = "(ls | get name)";
|
||||
"ll" = "ls -a";
|
||||
"multi word alias" = "cd -";
|
||||
"z" = "__zoxide_z";
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue