From 742c8e51f450627199605e2dd52bae86cae83804 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 25 Feb 2023 16:17:51 +0300 Subject: [PATCH] 1 --- hlna-git/postinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hlna-git/postinstall.sh b/hlna-git/postinstall.sh index d621947..c4ab38e 100755 --- a/hlna-git/postinstall.sh +++ b/hlna-git/postinstall.sh @@ -9,6 +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 echo 'alias hlna="hlna.py"'>>$HOME/.bashrc echo 'alias hlna-bot="hlna-bot.py"'>>$HOME/.bashrc source $HOME/.bashrc