This commit is contained in:
Евгений Храмов 2023-02-25 13:49:24 +03:00
parent 319a8d7146
commit f3f0f27f9e

@ -1,6 +1,5 @@
#!/usr/bin/env bash
if [-e $HOME/.zshrc]
then
if [-e $HOME/.zshrc]; then
echo 'alias hlna="hlna.py"' >> $HOME/.zshrc
echo 'alias hlna-bot="hlna-bot.py"' >> $HOME/.zshrc
source ~/.zshrc