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