Skip to content

Commit

Permalink
Move keychain back to bash_rc
Browse files Browse the repository at this point in the history
  • Loading branch information
flazzarini committed Mar 16, 2015
1 parent 1d1516c commit f129911
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bash_profile
Expand Up @@ -2,6 +2,3 @@
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

# Keychain
eval `keychain --eval --agents ssh id_rsa`
6 changes: 6 additions & 0 deletions bashrc
Expand Up @@ -40,6 +40,12 @@ fi
export EDITOR="vim"


# Keychain
# -----------------------------------------------------------------------------
#
eval `keychain --eval --agents ssh id_rsa`


# Colorize man pages
# -----------------------------------------------------------------------------
#
Expand Down

0 comments on commit f129911

Please sign in to comment.