https://github.com/aaqaishtyaq/iay
Minimalistic Shell Prompt
https://github.com/aaqaishtyaq/iay
bash-prompt hacktoberfest-accepted rust shell shell-prompt zsh zsh-prompt
Last synced: 6 months ago
JSON representation
Minimalistic Shell Prompt
- Host: GitHub
- URL: https://github.com/aaqaishtyaq/iay
- Owner: aaqaishtyaq
- License: mit
- Created: 2021-09-09T13:04:59.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-27T04:42:33.000Z (6 months ago)
- Last Synced: 2025-03-27T22:51:17.181Z (6 months ago)
- Topics: bash-prompt, hacktoberfest-accepted, rust, shell, shell-prompt, zsh, zsh-prompt
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iay
{ba, z}sh prompt written in rust.
```console
~/D/g/a/iay main [!] %
```- bash users, set your `PS1`:
```shell
PS1='$(iay)' # regular variant
PS1='$(iay -m)' # minimal variant
```- zsh users, add this to your `.zshrc`:
```shell
autoload -Uz add-zsh-hook
_iay_prompt() {
PROMPT="$(iay -z)" # regular variant
# PROMPT="$(iay -zm)" # miminal variant
}
add-zsh-hook precmd _iay_prompt
```## [Configure the prompt](Configuration.md)
Configurations for the prompt.
## Screenshots

