//! Shell hook templates
/// Bash shell hook template
pub const BASH_TEMPLATE: &str = include_str!;
/// Zsh shell hook template
pub const ZSH_TEMPLATE: &str = include_str!;
/// Fish shell hook template
pub const FISH_TEMPLATE: &str = include_str!;
/// PowerShell hook template
pub const POWERSHELL_TEMPLATE: &str = include_str!;