-
-
Save CB9TOIIIA/cdbafc80252f5da469a1e28b41d06575 to your computer and use it in GitHub Desktop.
jbzoo bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[1;32m\]\$\[\e[m\] \[\e[1;37m\]' | |
alias php='/usr/bin/php -c php.ini' | |
alias bup='source ~/.bashrc' | |
alias ls='ls -lAhvo --group-directories-first --color=auto --no-group --show-control-chars' | |
alias jbzoo='/usr/local/bin/php -c ~php.ini ~/cli/jbzoo/vendor/jbzoo/console/bin/jbzoo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment