From 5427f34a8496e76f52be8453426c0d6b43094167 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Tue, 18 Apr 2023 23:25:53 +0200 Subject: [PATCH] Per shell configuration option. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9be0d35..b04d8e3 100644 --- a/README.md +++ b/README.md @@ -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).