Skip to content

hmasdev/my-bash-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Bash Alias

Simple aliases available in bash

How to Use

The usage is very simple. Just download and run the myalias.sh.

For example,

  • Use curl to download, and run myalias.sh

    curl -o myalias.sh https://raw.githubusercontent.com/hmasdev/my-bash-alias/main/myalias.sh && . ./myalias.sh
  • Use git to download the script

    git clone https://github.com/hmasdev/my-bash-alias.git && cd my-bash-alias && . ./myalias.sh

If you want to use permanently the aliases in myalias.sh, download the myalias.sh and add its content to ~/.bashrc.

curl https://raw.githubusercontent.com/hmasdev/my-bash-alias/main/myalias.sh >> ~/.bashrc

Be sure to use >>!

LICENSE

Authors

About

Simple aliases available in `bash`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages