Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 758 Bytes

File metadata and controls

52 lines (46 loc) · 758 Bytes

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
git clone https://github.com/ablil/one-character $HOME/.oh-my-zsh/custom/plugins/one-character

or

gh repo clone ablil/one-character
  1. Add the plugin to /.zshrc
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 😃