fix
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user