This commit is contained in:
2023-02-25 16:30:23 +03:00
parent 87b6229604
commit 41ed404d9c

View File

@ -1,4 +1,7 @@
echo "я запустился"
whoami
exit
whoami
if test -f $HOME/.zshrc; then
echo "zshrc"
echo 'alias hlna="hlna.py"'>>$HOME/.zshrc
@ -9,7 +12,6 @@ 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"
whoami
echo 'alias hlna="hlna.py"'>>$HOME/.bashrc
echo 'alias hlna-bot="hlna-bot.py"'>>$HOME/.bashrc
source $HOME/.bashrc