0.1.5 • Published 5 years ago
walias v0.1.5
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