Created
April 23, 2009 17:45
-
-
Save davidphasson/100636 to your computer and use it in GitHub Desktop.
Setting up pkg_path in openbsd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PKG_PATH=http://openbsd.berkeley.edu/pub/OpenBSD/4.4/packages/i386/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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