A simple alias manager that lets you add, list, and apply command aliases.
To install aka
, run the following command:
curl -fsSL https://raw.githubusercontent.com/fdorantesm/aka/refs/heads/main/install.sh | bash
## Usage
### Help
```bash
aka [command]
aka add ll "ls -la"
aka list