Elvish: Difference between revisions

From NixOS Wiki
imported>Nix
m (add Software/Applications subcategory)
mNo edit summary
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
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:Applications]]
[[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.