MCPcopy
hub / github.com/direnv/direnv / zsh

Struct zsh

internal/cmd/shell_zsh.go:4–4  ·  view source on GitHub ↗

ZSH is a singleton instance of ZSH_T

Source from the content-addressed store, hash-verified

2
3// ZSH is a singleton instance of ZSH_T
4type zsh struct{}
5
6// Zsh adds support for the venerable Z shell.
7var Zsh Shell = zsh{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected