Skip to content

Little utility to add an alias to your .bashrc file

License

Notifications You must be signed in to change notification settings

delivey/add-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple utility to add aliases to your .bashrc config

Installation

You can install the latest version with one line:

curl -o install-add-alias.sh https://raw.githubusercontent.com/delivey/add-alias/main/install.sh && chmod +x install-add-alias.sh && ./install-add-alias.sh && rm install-add-alias.sh

Or multiple:

curl -o install-add-alias.sh https://raw.githubusercontent.com/delivey/add-alias/main/install.sh
chmod +x install-add-alias.sh
./install-add-alias.sh
rm install-add-alias.sh

Usage

add-alias <x> <y>

is the alias, is the command, for example

add-alias ip ifconfig

About

Little utility to add an alias to your .bashrc file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages