Oh-my-zsh plugin for one character alias for most used commands.
- clone the repo to
$HOME/.oh-my-zsh/custom/plugins
git clone https://github.com/ablil/one-character $HOME/.oh-my-zsh/custom/plugins/one-characteror
gh repo clone ablil/one-character- Add the plugin to
/.zshrc
plugins=(git one-character)| alias | command |
|---|---|
| a | aws |
| b | bash |
| c | curl |
| d | docker |
| g | git |
| l | ls -l |
| m | make |
| n | npm |
| p | python |
| s | sudo |
| v | vim |
| y | yarn |
You are welcome to raise issue or pull requests 😃