Elvish: Difference between revisions

From NixOS Wiki
imported>Mic92
(Created page with "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...")
 
mNo edit summary
Tags: Mobile edit Mobile web edit
 
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
== Usage ==
== Usage ==


The following [https://github.com/zzamboni/vcsh_elvish/blob/master/.elvish/lib/nix.elv code] to use elvish with nixpkgs/nixos.
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>.
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.