dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 88edddee733cb8cd99b0924063e47b664543a9fe
parent 50282624bfe1ed7e51a06a049f35fefb3d8c1ef1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 20 Mar 2019 20:50:09 +0100

Set LC_ALL properly


Former-commit-id: 7277c578962d4282075fc7a3ed2c955f8e57e1e9
Diffstat:
Mshell/zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -87,6 +87,7 @@ source $ZSH/oh-my-zsh.sh # You may need to manually set your language environment export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 # Preferred editor for local and remote sessions # if [[ -n $SSH_CONNECTION ]]; then