Skip to content

Instantly share code, notes, and snippets.

@mrjosh
Last active January 1, 2017 20:28
Show Gist options
  • Save mrjosh/8509f00c0d18445fc9896b0c4d70efd3 to your computer and use it in GitHub Desktop.
Save mrjosh/8509f00c0d18445fc9896b0c4d70efd3 to your computer and use it in GitHub Desktop.
Oh My Bash Profile
# Shell custom schema
# export PS1='\W > '
PS1='\[\033[01;34m\]\W > \033[0m'
# Artisan short commands
alias art='php artisan'
alias tinker='php artisan tinker'
# Php Serve alias serve
alias serve='php -S '
# Redis start server
alias redis-server='~/Projects/redis-3.2.4/src/redis-server'
# Redis command line
alias redis-cli='~/Projects/redis-3.2.4/src/redis-cli'
# Tika IP-Address
alias tika='**'
# Path for MongoDb
export PATH=/Users/aj/mongodb/bin:$PATH
alias enable_rewrite_apache='sudo a2enmod rewrite'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment