dev-alias

Alias for easy development

MIT License

Stars
17

Dev Alias Sytem Ubuntu

Install

  cd ~/
  mkdir .dev-alias
  cd .dev-alias
  rm master.zip
  wget https://github.com/rafaelstz/dev-alias/archive/master.zip
  unzip -qo master.zip
  mv dev-alias-master/* ./
  rm -rf dev-alias-master
  rm master.zip
  cd ~/

Paste this code in the first line of your ~/.bashrc


# Dev Alias
source ~/.dev-alias/alias.sh

If you use OH-MY-ZSH, paste the code on ~/.zshrc

License

The MIT License (MIT)

Copyright (c) 2015-2017 Rafael Corrêa Gomes