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 ;;