mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-17 17:12:00 +00:00
Set locale variables to avoid warnings on SSH targets
This commit is contained in:
parent
55778eac5d
commit
fc2d6187d6
5
.bashrc
5
.bashrc
@ -20,6 +20,11 @@ export DOTFILES="$(dirname `delink ~/.bashrc` )"
|
|||||||
export PATH="/usr/local/sbin:/usr/local/bin:/opt/local/bin:/Developer/usr/bin:/usr/sbin:/usr/bin:$PATH:/opt/bin:/opt/local/bin"
|
export PATH="/usr/local/sbin:/usr/local/bin:/opt/local/bin:/Developer/usr/bin:/usr/sbin:/usr/bin:$PATH:/opt/bin:/opt/local/bin"
|
||||||
export PATH="$HOME/bin:$DOTFILES/bin:$PATH"
|
export PATH="$HOME/bin:$DOTFILES/bin:$PATH"
|
||||||
export PWD_LENGTH=50
|
export PWD_LENGTH=50
|
||||||
|
|
||||||
|
# Set locale to en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
|
||||||
set -o notify
|
set -o notify
|
||||||
shopt -s cdspell >/dev/null 2>&1
|
shopt -s cdspell >/dev/null 2>&1
|
||||||
shopt -s checkwinsize >/dev/null 2>&1
|
shopt -s checkwinsize >/dev/null 2>&1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user