Nushell: Difference between revisions

imported>Vieta
change name to var -- Sorry for my typos btw
imported>Vieta
typo
Line 49: Line 49:
       '';
       '';
       shellAliases = {
       shellAliases = {
       vi = hx;
       vi = "hx";
       vim = hx;
       vim = "hx";
       nano = hx;
       nano = "hx";
       };
       };
   };   
   };