zsh

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KV

type KV struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

type Zsh

type Zsh struct {
	History struct {
		Size          int  `json:"size"`
		ShareHistory  bool `json:"share_history"`
		IncAppend     bool `json:"inc_append"`
		IgnoreAllDups bool `json:"ignore_all_dups"`
		IgnoreSpace   bool `json:"ignore_space"`
	} `json:"history"`
	Paths     []string `json:"paths"`
	Variables []KV     `json:"variables"`
	Aliases   []KV     `json:"aliases"`
	Functions []KV     `json:"functions"`
	Prefix    string   `json:"prefix"`
	Suffix    string   `json:"suffix"`
}

func (*Zsh) Ensure

func (z *Zsh) Ensure(ctx context.Context) error

func (*Zsh) String

func (z *Zsh) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL