Fixed typo in profile
This commit is contained in:
parent
f0cde2befd
commit
d4deb0135d
1 changed files with 1 additions and 1 deletions
2
.profile
2
.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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue