alias script
This commit is contained in:
parent
0f79d487c3
commit
1170adbb7c
@ -21,9 +21,18 @@ version() {
|
||||
}
|
||||
|
||||
prepare() {
|
||||
if [-e $HOME/.zshrc]
|
||||
then
|
||||
echo 'alias hlna="hlna.py"'
|
||||
echo 'alias hlna-bot="hlna-bot.py"'
|
||||
elif [-e $HOME/.config/fish/config.fish]
|
||||
then
|
||||
echo 'alias hlna="hlna.py"'
|
||||
echo 'alias hlna-bot="hlna-bot.py"'
|
||||
else
|
||||
echo 'alias hlna="hlna.py"'
|
||||
echo 'alias hlna-bot="hlna-bot.py"'
|
||||
pip3 install --upgrade --user click colorama click_completion pyTelegramBotAPI
|
||||
alias hlna="hlna.py"
|
||||
alias hlna-bot="hlna-bot.py"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user