aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-13 05:05:55 -0400
committertdro <tdro@users.noreply.github.com>2020-05-13 05:05:55 -0400
commitc8a30ae4a745f0fe8b80cecfc6735897714f9040 (patch)
treec83d7fe0b108870c832af214ef19886dcea1a592 /.bashrc
parentbf9591026410762fb406aa01af5cb1726f831366 (diff)
downloaddotfiles-c8a30ae4a745f0fe8b80cecfc6735897714f9040.tar.gz
dotfiles-c8a30ae4a745f0fe8b80cecfc6735897714f9040.tar.bz2
dotfiles-c8a30ae4a745f0fe8b80cecfc6735897714f9040.zip
.bashrc: Remove keychain path
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 5e89a7d..c08ae75 100644
--- a/.bashrc
+++ b/.bashrc
@@ -64,7 +64,7 @@ man() {
}
# ssh agent with keychain
-alias ssh='eval $(/usr/bin/keychain --eval --agents ssh -Q --quiet ~/.ssh/mobile ~/.ssh/primary) && ssh'
+alias ssh='eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/mobile ~/.ssh/primary) && ssh'
# parenting
alias mv='mv -i'