mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-12-14 06:55:18 +01:00
shell/keychain: remove deprecated 'agent-parameter
This commit is contained in:
parent
dafdf60752
commit
52bfbe6d9d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
# Assert an ssh-agent (which is empty at the beginning)
|
# Assert an ssh-agent (which is empty at the beginning)
|
||||||
if command -v keychain > /dev/null 2>&1; then
|
if command -v keychain > /dev/null 2>&1; then
|
||||||
eval "$(keychain -q --nogui --agents ssh --timeout 600 --eval)"
|
eval "$(keychain -q --nogui --timeout 600 --eval)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue