diff --git a/installation.md b/installation.md index e4fbf08..d9bfb38 100644 --- a/installation.md +++ b/installation.md @@ -37,14 +37,15 @@ make install ## Uninstallation -You can uninstall RESH by running: `rm -rf ~/.resh/`. -Restart your terminal after uninstall. +You can uninstall RESH by running: `rm -rf ~/.resh/`. +Restart your terminal after uninstall! ### Installed files Binaries and shell files are in: `~/.resh/` Recorded history, device files, and logs are in: `~/.local/share/resh/` (or `${XDG_DATA_HOME}/resh/`) + RESH config file is in: `~/.config/resh.toml` Also check your `~/.zshrc` and `~/.bashrc`. diff --git a/scripts/test.sh b/scripts/test.sh index c783d8c..ec0701a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -3,7 +3,7 @@ for f in scripts/*.sh; do echo "Running shellcheck on $f ..." - shellcheck "$f" --shell=bash --severity=error || exit 1 + shellcheck "$f" --shell=sh --severity=error || exit 1 done for f in scripts/{shellrc,hooks}.sh; do