Skip to content

Instantly share code, notes, and snippets.

@jeroen
Last active August 29, 2015 14:22
Show Gist options
  • Save jeroen/a76ca720f7965479f48e to your computer and use it in GitHub Desktop.
Save jeroen/a76ca720f7965479f48e to your computer and use it in GitHub Desktop.
Solaris .profile
# 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