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 |
| e | echo |
| f | find |
| g | git |
| h | htop |
| i | ip |
| j | jq |
| k | kubectl |
| l | ls -l |
| m | make |
| n | npm |
| o | open |
| p | python |
| q | exit |
| r | rsync |
| s | sudo |
| t | terraform |
| u | unzip |
| v | vim |
| w | wget |
| x | xargs |
| y | yarn |
| z | zip |
You are welcome to raise issue or pull requests 😃