Last active
August 29, 2015 14:22
-
-
Save jeroen/a76ca720f7965479f48e to your computer and use it in GitHub Desktop.
Solaris .profile
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
# Profile only works after changing default shell to bash with: passwd -e | |
# If you are root just store in /.profile | |
# Set Terminal | |
export TERM=xterm | |
# To find solaris 'make' | |
export PATH=$PATH:/usr/ccs/bin:/usr/sfw/bin | |
# To find opencsw libraries | |
export PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig | |
# To make ORD find shared libraries | |
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH | |
# Some tools | |
alias vi=/opt/csw/bin/vim | |
alias git=/opt/csw/bin/git | |
alias Rgcc=/opt/csw/bin/R | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment