Skip to content

Instantly share code, notes, and snippets.

@alex-arriaga
Created January 22, 2016 05:08
Show Gist options
  • Save alex-arriaga/b9286fad7179c67c4222 to your computer and use it in GitHub Desktop.
Save alex-arriaga/b9286fad7179c67c4222 to your computer and use it in GitHub Desktop.
# Path to Oh My Fish install.
set -gx OMF_PATH "/Users/alex/.local/share/omf"
# MySQL commands
# export PATH="/usr/local/mysql/bin:$PATH"
# Customize Oh My Fish configuration path.
#set -gx OMF_CONFIG "/Users/alex/.config/omf"
# Load oh-my-fish configuration.
source $OMF_PATH/init.fish
# PHP Switcher Script
# We hard-coded Apache to use PHP 5.4, but we really want to be able to switch between versions. Luckily, some industrious individual has already done the hard work for us and written a very handy little PHP switcher script.
# export PATH=/usr/local/bin:/usr/local/sbin:$PATH:/Users/alex/bin
set PATH "/Users/alex/bin" $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment