All Projects → rafaelstz → dev-alias

rafaelstz / dev-alias

Licence: MIT license
Alias for easy development

Programming Languages

shell
77523 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].