From a751b1380c1bfee3996db16e47a918413aa7a632 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 25 Feb 2023 16:41:13 +0300 Subject: [PATCH] 1 --- hlna-git/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"