pull/184/head
Simon Let 3 years ago
parent 4f51e916c8
commit a7458b2072
  1. 5
      installation.md
  2. 2
      scripts/test.sh

@ -37,14 +37,15 @@ make install
## Uninstallation ## Uninstallation
You can uninstall RESH by running: `rm -rf ~/.resh/`. You can uninstall RESH by running: `rm -rf ~/.resh/`.
Restart your terminal after uninstall. Restart your terminal after uninstall!
### Installed files ### Installed files
Binaries and shell files are in: `~/.resh/` Binaries and shell files are in: `~/.resh/`
Recorded history, device files, and logs are in: `~/.local/share/resh/` (or `${XDG_DATA_HOME}/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` RESH config file is in: `~/.config/resh.toml`
Also check your `~/.zshrc` and `~/.bashrc`. Also check your `~/.zshrc` and `~/.bashrc`.

@ -3,7 +3,7 @@
for f in scripts/*.sh; do for f in scripts/*.sh; do
echo "Running shellcheck on $f ..." echo "Running shellcheck on $f ..."
shellcheck "$f" --shell=bash --severity=error || exit 1 shellcheck "$f" --shell=sh --severity=error || exit 1
done done
for f in scripts/{shellrc,hooks}.sh; do for f in scripts/{shellrc,hooks}.sh; do

Loading…
Cancel
Save