forked from chromebrew/crew-profile-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5594c1d
commit 56797fc
Showing
4 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Set custom environment variables in this folder |