Nushell: Difference between revisions

imported>Vieta
typo
imported>Vieta
change name to var -- Sorry for my typos btw
Line 44: Line 44:
       $env.PATH = ($env.PATH |  
       $env.PATH = ($env.PATH |  
       split row (char esep) |
       split row (char esep) |
       prepend /home/vieta/.apps |
       prepend /home/myuser/.apps |
       append /usr/bin/env
       append /usr/bin/env
       )
       )