Skip to content

Commit

Permalink
Start keychain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Scherer committed Jun 26, 2012
1 parent 2de375a commit b60e246
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .bashrc
Expand Up @@ -25,25 +25,24 @@ export PATH="$CLOJURESCRIPT_HOME/bin:$PATH"

# HADOOP
export HADOOP_HOME="/home/hdfs/local/hadoop"
export PATH="$HADOOP_HOME/bin:$HADOOP_HOME/src/contrib/cloud/src/py:$PATH"
export PATH="$HADOOP_HOME/bin:$PATH"
export PATH="$HADOOP_HOME/contrib/fuse-dfs:$PATH"

# KEYCHAIN
eval $(keychain --eval --agents gpg,ssh -Q --quiet id_rsa)

# MAHOUT
export MAHOUT_HOME="/home/roman/local/mahout"
export PATH="$MAHOUT_HOME/bin:$PATH"

# NUTCH
export NUTCH_HOME="/home/roman/local/nutch"
export PATH="$NUTCH_HOME/runtime/local/bin:$PATH"
export PATH="$NUTCH_HOME/runtime/deploy/bin:$PATH"
export PATH="$NUTCH_HOME/bin:$PATH"

# PIG
export PIG_HOME="/home/roman/local/pig"
export PATH="$PIG_HOME/bin:$PATH"

# POSTGRESQL
# PATH=/usr/local/pgsql/bin:$PATH
# export PATH

# JAVA
[ -r /etc/profile.d/jdk.sh ] && . /etc/profile.d/jdk.sh

Expand Down

0 comments on commit b60e246

Please sign in to comment.