Elvish: Difference between revisions

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..."
 
Klinger (talk | contribs)
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]]