Versions in this module Expand all Collapse all v1 v1.0.1 Feb 7, 2026 v1.0.0 Feb 3, 2026 Changes in this version + func ConfigFilePath(s Shell) (string, error) + func InitScript(s Shell, opts InitOptions) (string, error) + func Install(s Shell, customConfigPath string) error + type InitOptions struct + ConfigPath string + type Shell int + const Bash + const Fish + const PowerShell + const Zsh + func Parse(name string) (Shell, error) + func (s Shell) String() string