Skip to content

Commit

Permalink
Merge pull request #17 from cartesian-theatrics/master
Browse files Browse the repository at this point in the history
Support sshx as SSH remote method name
  • Loading branch information
CeleritasCelery authored Aug 6, 2020
2 parents f577f15 + 7d67c7a commit 51233ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonic.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
(defun pythonic-remote-ssh-p ()
"Determine ssh remote virtual environment."
(and (pythonic-remote-p)
(s-equals-p (pythonic-remote-method) "ssh")))
(member (pythonic-remote-method) '("ssh" "sshx"))))

(defun pythonic-remote-vagrant-p ()
"Determine vagrant remote virtual environment."
Expand Down

0 comments on commit 51233ec

Please sign in to comment.