Skip to content

Instantly share code, notes, and snippets.

@kangaroo
Created April 16, 2011 03:02
Show Gist options
  • Save kangaroo/922822 to your computer and use it in GitHub Desktop.
Save kangaroo/922822 to your computer and use it in GitHub Desktop.
export PKG_CONFIG_PATH=/opt/moonlight-osx/lib/pkgconfig:/usr/lib/pkgconfig
export PKG_CONFIG_LIBDIR=
export CFLAGS="-arch i386"
export CXXFLAGS="-arch i386"
CYAN="\[$(tput bold ; tput setaf 6)\]"
NOCOLOUR="\[$(tput sgr0)\]"
export PS1="[darwoon-env] \u@\h:${CYAN}\w${NOCOLOUR}\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment