Skip to content

Commit

Permalink
adding a customized .bashrc for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetzel committed Mar 20, 2012
1 parent 938b5c8 commit edf7caf
Showing 1 changed file with 13 additions and 0 deletions.
@@ -0,0 +1,13 @@
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

# User specific aliases and functions
export ZENHOME=/usr/local/zenoss
export PYTHONPATH=$ZENHOME/lib/python
export PATH=$ZENHOME/bin:$PATH
export INSTANCE_HOME=$ZENHOME
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

0 comments on commit edf7caf

Please sign in to comment.