Elvish: Difference between revisions
imported>Mic92 No edit summary |
mNo edit summary Tags: Mobile edit Mobile web edit |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
There is an [https://github.com/zzamboni/ | There is an [https://github.com/zzamboni/elvish-modules/blob/master/nix.elv elvish module], | ||
that can be stored in <code>$HOME/.elvish/lib/nix.elv</code>. | that can be stored in <code>$HOME/.elvish/lib/nix.elv</code>. | ||
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:Shell]][[Category:Languages]] |
Latest revision as of 10:56, 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
.