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