Skip to content

Commit

Permalink
Initial env configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedcoffii committed Mar 23, 2021
1 parent 5594c1d commit 56797fc
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
26 changes: 26 additions & 0 deletions env.d/00-locale
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Locale settings

# The user's primary language (defaults to American English)
# It is HIGHLY RECOMMENDED to use a UTF-8 locale
LANG="POSIX"

# A colon-delineated list of languages the user knows. Defaults to LANG.
LANGUAGE="POSIX"

# Extra variables that override the LANG setting
#LC_CTYPE=
#LC_NUMERIC=
#LC_TIME=
#LC_COLLATE=
#LC_MONETARY=
#LC_MESSAGES=
#LC_PAPER=
#LC_NAME=
#LC_ADDRESS=
#LC_TELEPHONE=
#LC_MEASUREMENT=
#LC_IDENTIFICATION=

# This variable overrides all previous variables except LANGUAGE
# Dangerous to set, leave unset unless you know what you're doing
#LC_ALL=
9 changes: 9 additions & 0 deletions env.d/01-editor
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The user's preferred editor

#EDITOR=ed
#EDITOR="vi -e"
#EDITOR=

# The user's preferred visual (can be unset)

#VISUAL
5 changes: 5 additions & 0 deletions env.d/02-pager
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The user's preferred pager

#PAGER=more
#PAGER=less
#PAGER=most
1 change: 1 addition & 0 deletions env.d/99-custom
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Set custom environment variables in this folder

0 comments on commit 56797fc

Please sign in to comment.