An open API service indexing awesome lists of open source software.

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

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: