From e163e988f25718a892f98b2dde41ae7306ebec67 Mon Sep 17 00:00:00 2001 From: xbl Date: Sun, 14 Jun 2026 14:29:28 +0200 Subject: [PATCH] modified: install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e47d5ba..35b8dc4 100755 --- a/install.sh +++ b/install.sh @@ -153,8 +153,11 @@ check_path() { echo " Add this to your ~/.bashrc or ~/.zshrc:" echo " export PATH=\"\$HOME/.local/bin:\$PATH\"" echo "" + echo " Then reload your shell:" + echo " source ~/.bashrc" + echo "" else - success "\$PATH is superfine" + success "\$PATH is superfine" fi }