sc is a collection of Bash Alias scripts.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/wingkwong/sc/master/install.sh)"
sh -c "$(wget -O- https://raw.githubusercontent.com/wingkwong/sc/master/install.sh)"
By default, all modules are disabled.
To enable an alias module: sc -e [alias_module]
sc -e apache
# Use the alias defined in the specified module. Example:
# apsta
To disable an alias module: sc -d [alias_module]
sc -d apache
To check the usage: sc -h
sc -h
Please check out here