oh-my-bash/aliases/README.md
2024-07-25 15:11:51 +09:00

595 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.