From bb8f3203397eb997efedd1ab1365387bd4536cba Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 25 Feb 2023 14:15:00 +0300 Subject: [PATCH] zsh --- hlna-git/postinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hlna-git/postinstall.sh b/hlna-git/postinstall.sh index a4655d8..5e4f802 100755 --- a/hlna-git/postinstall.sh +++ b/hlna-git/postinstall.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash if test -e ~/.zshrc; then +zsh sed -i -e '$aalias hlna="hlna.py"' ~/.zshrc sed -i -e '$aalias hlna-bot="hlna-bot.py"' ~/.zshrc source ~/.zshrc