Versions in this module Expand all Collapse all v0 v0.6.3 Feb 19, 2026 Changes in this version + type Manager struct + func NewManager() (*Manager, error) + func (m *Manager) AddToPath(dir string) error + func (m *Manager) Detect() (ShellType, error) + func (m *Manager) GetPathExportLine(dir string, shell ShellType) string + func (m *Manager) GetRcFile(shell ShellType) (string, error) + func (m *Manager) GetRcFileName(shell ShellType) string + func (m *Manager) GetShellName(shell ShellType) string + func (m *Manager) PathIncludes(dir string) bool + type ShellType string + const ShellBash + const ShellFish + const ShellZsh