oh-my-bash/aliases/README.md
2024-09-03 20:40:28 +09:00

625 B

aliases

An aliases module define a set of aliases closely related with each other. To activate an aliases module, add the name of the module in the aliases array in your ~/.bashrc:

aliases=(... <ALIASES_NAME>)

where <ALIASES_NAME> should be related by the name of the module to activate.

List of aliases modules

See the respective pages for details.