diff --git a/uninstall.sh b/uninstall.sh index ca7b83a..0805a6e 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -3,5 +3,5 @@ # Remove line from bashrc and zshrc if present. for rc in bashrc zshrc; do sed -i '/scm_breeze/d' "$HOME/.$rc" - printf "== Removed SCM Breeze from '$HOME/.$rc'\n" + printf "Removed SCM Breeze from %s\n" "$HOME/.$rc" done