Support PowerShell core (fix #189)

This commit is contained in:
Roey Darwish Dror
2019-08-14 21:36:57 +03:00
parent 2fc42c8e9f
commit 4ae0263e0d
7 changed files with 95 additions and 87 deletions

View File

@@ -3,6 +3,7 @@ pub mod generic;
pub mod git;
pub mod node;
pub mod os;
pub mod powershell;
#[cfg(unix)]
pub mod tmux;
pub mod vim;