fix syntax
This commit is contained in:
parent
59865a8091
commit
09e8c5c4ce
@ -38,7 +38,7 @@ if type -p nvim > /dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Replace gnome-keyring with default ssh agent if possible
|
# Replace gnome-keyring with default ssh agent if possible
|
||||||
if HOSTNAME="ewpratten-laptop"; then
|
if [[ "$HOSTNAME" == "ewpratten-laptop" ]]; then
|
||||||
if type -p gnome-keyring-daemon > /dev/null; then
|
if type -p gnome-keyring-daemon > /dev/null; then
|
||||||
killall gnome-keyring-daemon 2> /dev/null && eval `ssh-agent`
|
killall gnome-keyring-daemon 2> /dev/null && eval `ssh-agent`
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user