alias bash shell git nginx
View the Project on GitHub afgoulart/alias-bashrc
Alias for linux
$ cd ~/; $ git clone https://github.com/afgoulart/alias-bashrc.git;
if [ -f ~/alias-bashrc/bashrc ]; then source ~/alias-bashrc/bashrc else print "404: ~/alias-bashrc/bashrc not found." fi