https://github.com/ablil/one-character
Oh-my-zsh plugin for one character aliases
https://github.com/ablil/one-character
dotfiles linux oh-my-zsh oh-my-zsh-plugin zsh zsh-plugin
Last synced: 12 days ago
JSON representation
Oh-my-zsh plugin for one character aliases
- Host: GitHub
- URL: https://github.com/ablil/one-character
- Owner: ablil
- Created: 2023-04-26T10:31:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T17:59:28.000Z (5 months ago)
- Last Synced: 2026-01-11T20:29:52.382Z (5 months ago)
- Topics: dotfiles, linux, oh-my-zsh, oh-my-zsh-plugin, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# one-character
Oh-my-zsh plugin for one character alias for most used commands.
## Installation
1. clone the repo to `$HOME/.oh-my-zsh/custom/plugins`
```bash
git clone https://github.com/ablil/one-character $HOME/.oh-my-zsh/custom/plugins/one-character
```
or
```bash
gh repo clone ablil/one-character
```
2. Add the plugin to `/.zshrc`
```bash
plugins=(git one-character)
```
## Available aliases
|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
## Contirbuting
You are welcome to raise issue or pull requests :smiley: