From 25f13dfceaebdb033434ee0c72dac088d4ed0563 Mon Sep 17 00:00:00 2001 From: Piotr Roszatycki Date: Wed, 26 Oct 2022 17:30:51 +0200 Subject: [PATCH] Skip maybe empty line --- bin/install | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/install b/bin/install index 3e93b7b..2df94c2 100755 --- a/bin/install +++ b/bin/install @@ -50,7 +50,6 @@ install() { chmod +x "${bin_install_path}"/{assume,assume.fish,assumego,granted} echo "Granted is installed. Please add following line to your ~/.bashrc, ~/.bash_profile, ~/.profile, ~/.zshenv or ~/.config/fish/config.fish:" - echo echo "alias assume='source \$(asdf which assume)'" popd >/dev/null