aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/keychain.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:30:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:30:14 +1200
commit4722948a5657d3a2596d408d551ab03c5085d0ec (patch)
tree326203d187489bdeaa78fc60f58ec65638a20c64 /sh/profile.d/keychain.sh
parentBreak plenv stuff into its own target (diff)
downloaddotfiles-4722948a5657d3a2596d408d551ab03c5085d0ec.tar.gz
dotfiles-4722948a5657d3a2596d408d551ab03c5085d0ec.zip
More segmentation/tidying
Diffstat (limited to 'sh/profile.d/keychain.sh')
-rw-r--r--sh/profile.d/keychain.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/sh/profile.d/keychain.sh b/sh/profile.d/keychain.sh
deleted file mode 100644
index f3d25c62..00000000
--- a/sh/profile.d/keychain.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# keychain setup
-command -v keychain >/dev/null 2>&1 || return
-eval "$(TERM=${TERM:-ansi} keychain \
- --eval --ignore-missing --quick --quiet \
- id_dsa id_rsa id_ecsda)"