Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
eshell: treat vagrant ssh like ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwright committed May 6, 2014
1 parent 0a51712 commit de8e954
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modes/init-eshell.el
Expand Up @@ -6,7 +6,9 @@
;; we need this to override visual commands
(require 'em-term)
;; If I try to SSH from an eshell, launch it in ansi-term instead
(add-to-list 'eshell-visual-commands "ssh")))
(add-to-list 'eshell-visual-commands "ssh")
;; vagrant ssh is similar
(add-to-list 'eshell-visual-subcommands '("vagrant" "ssh"))))

;; fix ANSI colour issues from test runners etc.
(add-hook 'eshell-preoutput-filter-functions
Expand Down

0 comments on commit de8e954

Please sign in to comment.