From 87b6229604208d7ee96d3a8dcb2e4eeff12d39fc Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 25 Feb 2023 16:20:07 +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 c4ab38e..f8fa273 100755 --- a/hlna-git/postinstall.sh +++ b/hlna-git/postinstall.sh @@ -9,7 +9,7 @@ echo 'alias hlna="hlna.py"'>>$HOME/.config/fish/config.fish echo 'alias hlna-bot="hlna-bot.py"'>>$HOME/.config/fish/config.fish else echo "bash" -whoiam +whoami echo 'alias hlna="hlna.py"'>>$HOME/.bashrc echo 'alias hlna-bot="hlna-bot.py"'>>$HOME/.bashrc source $HOME/.bashrc