walias
v0.1.5
Published
alias
Downloads
25
Readme
walias
A tool for appending alias to .zshrc
and .bashrc
files.
Installation
npm install walias -g
Usage
# command and alias are required arguments
walias <alias> <command>
Example
walias gst 'git status'
# execute 'gst' will show git status information
gst