From 590d1a2925505b9a83d61b9faa7487c7ab0c120c Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 7 Jul 2019 01:48:25 +0530 Subject: [PATCH] switch from keychain --- .../.config/systemd/user/default.target.wants/ssh-agent.service | 1 + files/bash/.bashrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 files/audio/.config/systemd/user/default.target.wants/ssh-agent.service diff --git a/files/audio/.config/systemd/user/default.target.wants/ssh-agent.service b/files/audio/.config/systemd/user/default.target.wants/ssh-agent.service new file mode 120000 index 0000000..75ed008 --- /dev/null +++ b/files/audio/.config/systemd/user/default.target.wants/ssh-agent.service @@ -0,0 +1 @@ +/home/nemo/.config/systemd/user/ssh-agent.service \ No newline at end of file diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 58cbed6..ce502bd 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -390,7 +390,6 @@ shopt -s histappend ### Added by the Heroku Toolbelt pathadd '/usr/local/heroku/bin' -eval `keychain --eval --quiet --agents ssh id_rsa` #Importing phpenv # eval "$(phpenv init -)"