Save time when you’re in a hurry at the terminal.
This shell script can be executed via curl to install a set of predefined aliases into the user’s ~/.bashrc or ~/.zshrc files.
curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/install.sh | bash -s bash
curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/install.sh | bash -s zsh
If you want to delete the aliases added by this project, run :
curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/delete.sh | bash -s bash
If you want to delete the aliases added by this project, run :
curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/delete.sh | bash -s zsh
Delete, and re-run the inital setup with curl according to your shell type