Give zsh its own module

This commit is contained in:
Roey Darwish Dror
2019-10-01 20:50:44 +03:00
parent 0bbe81586a
commit 623929cb64
4 changed files with 74 additions and 65 deletions

View File

@@ -7,5 +7,7 @@ pub mod powershell;
#[cfg(unix)]
pub mod tmux;
pub mod vim;
#[cfg(unix)]
pub mod zsh;
pub use self::os::*;