Skip to content

Commit

Permalink
Keychain tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Scherer committed Jun 26, 2012
1 parent b60e246 commit 23273a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bashrc
Expand Up @@ -29,7 +29,8 @@ 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)
keychain -Q -q --nogui ~/.ssh/id_rsa
[[ -f $HOME/.keychain/$HOSTNAME-sh ]] && source $HOME/.keychain/$HOSTNAME-sh

# MAHOUT
export MAHOUT_HOME="/home/roman/local/mahout"
Expand Down

0 comments on commit 23273a2

Please sign in to comment.