Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Config_Files
Commits
dbe00efe
Commit
dbe00efe
authored
Apr 25, 2019
by
Maxime Bombar
Browse files
LC_ALL = en_US.UTF-8 si c'est pas ma machine
parent
d759bb42
Changes
1
Hide whitespace changes
Inline
Side-by-side
.zsh/rc/local/20_env
View file @
dbe00efe
...
...
@@ -8,7 +8,12 @@ export DEBFULLNAME="Maxime Bombar"
export PATH=$PATH:$HOME/bin:/sbin:/usr/sbin
#
export LC_ALL=en_AU.utf-8
if [ $HOST == 'poincare' ]
then
export LC_ALL=en_AU.UTF-8
else
export LC_ALL=en_US.UTF-8
fi
# Darcs
#~# à changer
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment