Remoting refactor (#503)

This commit is contained in:
Roey Darwish Dror
2020-08-22 14:46:17 +03:00
committed by GitHub
parent 417ca1257a
commit f4a1f26e39
7 changed files with 58 additions and 48 deletions

View File

@@ -4,9 +4,9 @@ pub mod git;
pub mod node;
pub mod os;
pub mod powershell;
pub mod remote;
#[cfg(unix)]
pub mod tmux;
pub mod vagrant;
pub mod vim;
#[cfg(unix)]
pub mod zsh;