This commit is contained in:
Евгений Храмов 2023-02-25 16:41:13 +03:00
parent ebb494635e
commit a751b1380c

@ -1,7 +1,7 @@
if test -f /home/$SUDO_USER/.zshrc; then
echo "zshrc"
echo 'alias hlna="hlna.py"'>>/home$SUDO_USER/.zshrc
echo 'alias hlna="hlna.py"'>>/home/$SUDO_USER/.zshrc
echo 'alias hlna-bot="hlna-bot.py"'>>/home/$SUDO_USER/.zshrc
elif test -f /home/$SUDO_USER/.config/fish/config.fish; then
echo "fish"