Skip to content

atiq-cs/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplicity brings Power

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.nu
  • init.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