Skip to content

Instantly share code, notes, and snippets.

@davidphasson
Created April 23, 2009 17:45
Show Gist options
  • Save davidphasson/100636 to your computer and use it in GitHub Desktop.
Save davidphasson/100636 to your computer and use it in GitHub Desktop.
Setting up pkg_path in openbsd
export PKG_PATH=http://openbsd.berkeley.edu/pub/OpenBSD/4.4/packages/i386/
if [ -f $HOME/.kshrc -a -r $HOME/.kshrc ]; then
ENV=$HOME/.kshrc # set ENV if there is an rc file
export ENV
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment