src.elv.sh/pkg/shell.InteractConfig.Paths (field)

5 uses

	src.elv.sh/pkg/shell (current package)
		interact.go#L28: 	Paths       Paths
		interact.go#L49: 	ev, cleanup := setupShell(fds, cfg.Paths, cfg.SpawnDaemon)
		interact.go#L63: 	if cfg.Paths.Rc != "" {
		interact.go#L64: 		err := sourceRC(fds, ev, ed, cfg.Paths.Rc)
		shell.go#L41: 	Interact(fds, &InteractConfig{SpawnDaemon: true, Paths: p})