mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Fix ssh
This commit is contained in:
parent
cab8bbd2d5
commit
f94e81c86f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ fi
|
||||||
# autoload keys if there's an agent
|
# autoload keys if there's an agent
|
||||||
if [[ -n "${SSH_AUTH_SOCK}" ]]; then
|
if [[ -n "${SSH_AUTH_SOCK}" ]]; then
|
||||||
if ! ssh-add -l > /dev/null; then
|
if ! ssh-add -l > /dev/null; then
|
||||||
case "${OSTYPE}"; in
|
case "${OSTYPE}" in
|
||||||
linux*)
|
linux*)
|
||||||
# TODO: unsure yet
|
# TODO: unsure yet
|
||||||
:
|
:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue