forked from Plemya-x/alr-repo
		
	f
This commit is contained in:
		| @@ -1,3 +1,15 @@ | ||||
| sed -i -e '$aalias hlna="hlna.py"' ~/.bashrc | ||||
| sed -i -e '$aalias hlna-bot="hlna-bot.py"' ~/.bashrc | ||||
| if test -f ~/.zshrc; then | ||||
| cd ~/ | ||||
| sed -i -e '$aalias hlna="hlna.py"' .zshrc | ||||
| sed -i -e '$a alias hlna-bot="hlna-bot.py"' .zshrc | ||||
| source ~/.zshrc | ||||
| elif test -f ~/.config/fish/config.fish; then | ||||
| sed -i -e '$alias hlna="hlna.py"' ~/.config/fish/config.fish | ||||
| sed -i -e '$alias hlna-bot="hlna-bot.py"' ~/.config/fish/config.fish | ||||
| source ~/.config/fish/config.fish | ||||
| else | ||||
| cd ~/ | ||||
| sed -i -e '$aalias hlna="hlna.py"' .bashrc | ||||
| sed -i -e '$aalias hlna-bot="hlna-bot.py"' .bashrc | ||||
| source ~/.bashrc | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user