https://github.com/robiot/zash
A Zuper Awesome Shell
https://github.com/robiot/zash
linux rust shell zash
Last synced: 9 months ago
JSON representation
A Zuper Awesome Shell
- Host: GitHub
- URL: https://github.com/robiot/zash
- Owner: robiot
- License: gpl-3.0
- Created: 2021-10-28T19:19:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:00:58.000Z (over 2 years ago)
- Last Synced: 2024-11-21T04:52:07.632Z (over 1 year ago)
- Topics: linux, rust, shell, zash
- Language: Rust
- Homepage: https://git.io/zash-shell
- Size: 143 KB
- Stars: 33
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zash - A Zuper Awesome Unix Shell


## Installation
### Arch:
```
yay -S zash
```
*Paru seems to have some problems running the post_install hook, so yay is recommended.*
### To set zash as your default shell
```
chsh -s /usr/bin/zash
```