Skip to content

Commit

Permalink
Improve keychain configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Jan 11, 2023
1 parent 6bc7fa0 commit b64e72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export BROWSER=/usr/bin/firefox-developer-edition
export TERM=/usr/bin/termite
export HISTFILESIZE=1000000000
export HISTSIZE=1000000000

eval `keychain --quiet --eval --agents ssh`
4 changes: 0 additions & 4 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ for init_file in $(ls $DOTFILES/**/*.init); do
source $init_file
done

for key in id_rsa id_ed25519 id_kelvin; do
eval $(keychain --eval $key)
done

# zplug
source ~/.zplug/init.zsh

Expand Down

0 comments on commit b64e72d

Please sign in to comment.