systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit dab24f6e59f14248da05fc66e01c64a1cf9aa100
parent 6f0f9aebd4df5e01e57f5799996fe83592548713
Author: Remy Noulin <loader2x@gmail.com>
Date:   Tue, 22 Jan 2019 10:09:24 +0100

unset locale forwarded by ssh

dotfiles/.bashrc | 3 +++
1 file changed, 3 insertions(+)

Diffstat:
Mdotfiles/.bashrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc @@ -114,4 +114,7 @@ if ! shopt -oq posix; then fi fi +# unset locale forwarded by ssh +unset LC_PAPER LC_ADDRESS LC_MONETARY LC_NUMERIC LC_TELEPHONE LC_IDENTIFICATION LC_MEASUREMENT LC_TIME LC_NAME + . /usr/share/autojump/autojump.sh