Remove old ssh-agent source

This commit is contained in:
Tony Grosinger 2019-10-01 17:19:11 -07:00
parent e2bc8a86ab
commit 4ee7e2fc04
2 changed files with 3 additions and 1 deletions

View File

@ -181,5 +181,4 @@ kubectl_context() {
# Prompt
PS1="\n╔ \w\$(git_prompt) \$(kubectl_context)\n╚ \h\$ "
#source ~/.ssh/agent-params.sh
eval $(keychain --nogui --eval --quiet id_rsa)

View File

@ -83,6 +83,9 @@ function performSetup() {
linkFile "bin/exa-0.8.0"
linkFile "bin/bat-0.10.0"
echo "Installing tmux plugins"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
popd > /dev/null
}