From fbc3df22175df788a5a769715c276c7b9c821d08 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 25 Feb 2023 16:46:02 +0300 Subject: [PATCH] fi v.2 --- 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 a7b0158..a233679 100755 --- a/hlna-git/postinstall.sh +++ b/hlna-git/postinstall.sh @@ -9,6 +9,6 @@ echo 'alias hlna-bot="hlna-bot.py"'>>/home/$SUDO_USER/.config/fish/config.fish fi if test -f /home/$SUDO_USER/.bashrc; then echo 'alias hlna="hlna.py"'>>/home/$SUDO_USER/.bashrc -echo 'alias hlna-bot="hlna-bot.py"'>>/home/$SUDO_USER/.bashrsc +echo 'alias hlna-bot="hlna-bot.py"'>>/home/$SUDO_USER/.bashrc source /home/$SUDO_USER/.bashrc fi \ No newline at end of file