Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Forked from SmetDenis/.bash_profile
Created November 23, 2016 12:21
Show Gist options
  • Save CB9TOIIIA/cdbafc80252f5da469a1e28b41d06575 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/cdbafc80252f5da469a1e28b41d06575 to your computer and use it in GitHub Desktop.
jbzoo bashrc
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
# 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