Commit graph

1 commit

Author SHA1 Message Date
Walter A. Boring IV
0605884fae Added the installer plugin
This plugin creates 2 aliases "in and up" that are system
and distro agnostic.   For example,
on Mac in = brew install
on SUSE in = sudo -E zypper install
on Debian in = sudo -E apt-get install
on RedHat in = sudo -E yum install

add the 'installer' to your plugin list in ~/.zshrc
source ~/.zshrc

now you can run
'in wget'
'up curl'
2018-05-10 00:28:57 -07:00