diff --git a/hlna-git/postinstall.sh b/hlna-git/postinstall.sh index 591e24d..1329681 100755 --- a/hlna-git/postinstall.sh +++ b/hlna-git/postinstall.sh @@ -1,7 +1,7 @@ if test -f /home/$SUDO_USER/.zshrc; then echo "zshrc" -echo 'alias hlna="hlna.py"'>>/home$SUDO_USER/.zshrc +echo 'alias hlna="hlna.py"'>>/home/$SUDO_USER/.zshrc echo 'alias hlna-bot="hlna-bot.py"'>>/home/$SUDO_USER/.zshrc elif test -f /home/$SUDO_USER/.config/fish/config.fish; then echo "fish"