Elvish: Difference between revisions
imported>Nix m add Software/Applications subcategory |
Tags: Mobile edit Mobile web edit |
||
Line 7: | Line 7: | ||
After that it can loaded by adding <code>use nix</code> in <code>$HOME/.elvish/rc.elv</code>. | After that it can loaded by adding <code>use nix</code> in <code>$HOME/.elvish/rc.elv</code>. | ||
[[Category: | [[Category:Shell]][[Category:Language]] |
Revision as of 10:55, 4 May 2024
Elvish is a cross-platform shell suitable for both interactive use and scripting. It features a full-fledged, non-POSIX-shell programming language with advanced features like namespacing and anonymous functions, and a powerful, fully programmable user interface that works well out of the box.
Usage
There is an elvish module,
that can be stored in $HOME/.elvish/lib/nix.elv
.
After that it can loaded by adding use nix
in $HOME/.elvish/rc.elv
.