Nothing Shell, A lightweight, and super fast shell for unix-like systems
- GCC
Clone the repositery
git clone https://github.com/nothingfr87/nsh.git
cd nshTo build the source file
make clean buildYou'll get a binary file, to run it
./nshTo install the shell on your machine
sudo make all installIt'll build and move the binary file into /usr/local/bin/ so you can run it everywhere!
You can configure nsh through the config.h file,
which now only supports changing the shell prompt,
aliases will be added soon
- '\u' -> user
- '\h' -> host name
- '\w' -> current directory path
nsh comes with a pre-configured prompt set to:
@user in @pwd at @host
If you find any issues please report at Issues
This Project is licensed under the MIT License
If you find this project useful, give it a star :)
