Per shell configuration option.

This commit is contained in:
Martin Dvorak 2023-04-18 23:25:53 +02:00 committed by GitHub
parent f944920c27
commit 5427f34a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,10 +76,10 @@ Configure HSTR just by running:
```bash
# bash
hstr --show-configuration >> ~/.bashrc
hstr --show-bash-configuration >> ~/.bashrc
# zsh
hstr --show-configuration >> ~/.zshrc
hstr --show-zsh-configuration >> ~/.zshrc
```
For detailed HSTR configuration documentation please refer to [Configuration](CONFIGURATION.md).