Refs
A minimal, secure and high performance shell (as if isolated) unaffected by numerous applications and tools installed on the system. The minimal shell consists of following customizations,
.config/nushell/*.nu
: first level initializations mostly performed by config.nuinit.nu
: second level initializations
We have a single line addition at the bottom of config.nu
,
source ~/shell/init.nu
which enables our point of interest: init.nu
.
By default scripts are cross platform unless a tag OS_NAME-only
exists.
Official Refs
site: https://www.nushell.sh
Find scripts based on target platforms,
Notations
In this document,
- Unix refers to Solaris Derivatives (Illumos kernel based distributions) i.e., OpenIndiana