env

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package env keeps names of environment variables with special significance to Elvish.

Index

Constants

View Source
const (
	HOME      = "HOME"
	LS_COLORS = "LS_COLORS"
	PATH      = "PATH"
	PWD       = "PWD"
	SHLVL     = "SHLVL"
	USERNAME  = "USERNAME"

	// Only used on Unix
	XDG_CONFIG_HOME = "XDG_CONFIG_HOME"
	XDG_DATA_DIRS   = "XDG_DATA_DIRS"
	XDG_DATA_HOME   = "XDG_DATA_HOME"
	XDG_RUNTIME_DIR = "XDG_RUNTIME_DIR"
	XDG_STATE_HOME  = "XDG_STATE_HOME"

	// Only used on Windows
	PATHEXT = "PATHEXT"

	// Only used in tests
	ELVISH_TEST_TIME_SCALE = "ELVISH_TEST_TIME_SCALE"
)

Environment variables with special significance to Elvish.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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