From d4deb0135dd19e160cff4d13387346986170a257 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 5 Sep 2022 22:06:54 -0400 Subject: [PATCH] Fixed typo in profile --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index e069eee..28b7425 100644 --- a/.profile +++ b/.profile @@ -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 ;;