This commit is contained in:
Roey Darwish Dror
2020-06-10 11:51:52 +03:00
committed by GitHub
parent 05612b51f2
commit ddd10981b4
4 changed files with 177 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ pub mod os;
pub mod powershell;
#[cfg(unix)]
pub mod tmux;
pub mod vagrant;
pub mod vim;
#[cfg(unix)]
pub mod zsh;