From 856da7eacaa9597d2a1e3b0440b8478f526db397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Sun, 26 Feb 2023 12:21:59 +0100 Subject: [PATCH] Update installation.md --- installation.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/installation.md b/installation.md index 0d6d8d3..2ddf816 100644 --- a/installation.md +++ b/installation.md @@ -8,9 +8,9 @@ Feel free to check the `rawinstall.sh` script before running it. curl -fsSL https://raw.githubusercontent.com/curusarn/resh/master/scripts/rawinstall.sh | sh ``` -You will need to have `curl` and `tar` installed. +ℹ️ You will need to have `curl` and `tar` installed. -## Clone & Install +## Clone & install ```sh git clone https://github.com/curusarn/resh.git @@ -38,7 +38,8 @@ reshctl update ## Disabling RESH If you have a persistent issue with RESH you can temporarily disable it and then enable it later. -You won't lose your history nor configuration. + +ℹ️ You won't lose your history nor configuration. Go to `~/.zshrc` and `~/.bashrc` and comment out following lines: ```sh @@ -52,7 +53,8 @@ You can re-enable RESH by uncommenting the lines above or by re-installing it. ## Uninstallation You can uninstall RESH by running: `rm -rf ~/.resh/`. -Restart all open terminals after uninstall! + +⚠️ Restart all open terminals after uninstall! ### Installed files