Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 681 Bytes

ez-cmd

What is ez-cmd ?

ez-cmd is an ohmyz.sh plugin that simplifies and streamlines common command-line tasks by providing easy-to-use shortcuts and aliases. With ez-cmd, you can quickly perform frequently used actions with just a few keystrokes. This plugin is perfect for users who want to boost their productivity and efficiency when working in the terminal.

Documentation

ez-cmd documentation

Install Plugin

git clone https://github.com/akgarhwal/ez-cmd.git $ZSH_CUSTOM/plugins/ez-cmd

Update ~/.zshrc

plugins=(
    .....
    ez-cmd
)