Fixed typo in profile

This commit is contained in:
Eric Renfro 2022-09-05 22:06:54 -04:00
parent f0cde2befd
commit d4deb0135d
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ case `uname` in
VISUAL=/usr/bin/nvim
if [[ -x "/usr/lib/ssh/gnome-ssh-askpass3" ]]; then
SSH_ASKPASS=/usr/lib/ssh/gnome-ssh-askpass3
elif [[ -x "/usr/lib/seahorse/ssh-askpass"]]; then
elif [[ -x "/usr/lib/seahorse/ssh-askpass" ]]; then
SSH_ASKPASS=/usr/lib/seahorse/ssh-askpass
fi
;;