Skip to content

shell script executing by curl cmd to implement a list of predefined alias in the current user's .bashrc/.zshrc, to save time.

Notifications You must be signed in to change notification settings

archidote/best-bash-zsh-alias-for-linux-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 

Repository files navigation

Best alias for linux terminal

Save time, when you rush your terminal.

shell script executing by curl to install a list of predefined alias for the current .bashrc/.zshrc user's.

Dont' forget to re-open a new terminal after script execution no matter the shell type

Install and and auto configure

bash

curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/install.sh | bash -s bash

zsh

curl -sL https://raw.githubusercontent.com/archidote/best-alias-for-linux-terminal/master/install.sh | bash -s zsh > /dev/null 2>&1

Delete

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 bash

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 zsh > /dev/null 2>&1

Update

Delete, and re-run the inital setup with curl according to your shell type

About

shell script executing by curl cmd to implement a list of predefined alias in the current user's .bashrc/.zshrc, to save time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages