Profile hook example

master
Pierre Neidhardt 2013-09-19 12:00:25 +02:00
parent c5f04a1ce5
commit afc738b955
1 changed files with 11 additions and 0 deletions

View File

@ -117,3 +117,14 @@ export WINEDLLOVERRIDES="mscoree,mshtml="
## Hook. Should be sourced last
[ -f ~/.profile_hook ] && . ~/.profile_hook
## Hook example
# appendpath "${HOME}/local/usr/bin"
# prependpath "${HOME}/local/usr/share/info" INFOPATH
# prependpath "${HOME}/local/usr/share/man" MANPATH
# export LD_LIBRARY_PATH="${HOME}/local/usr/lib/"
# export PKG_CONFIG_PATH="${HOME}/local/usr/lib/pkgconfig"
# export CPPFLAGS=-I$HOME/local/usr/include
# export LDFLAGS=-L$HOME/local/usr/lib
#
# umask 077