vimrc: ToggleNumbersAndGutter

.bashrc: UTF-8 LANG (fixes TMUX)
This commit is contained in:
2020-10-26 12:42:41 +01:00
parent e8e1dc77fe
commit c379d8e714
3 changed files with 24 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ source_existing() {
[ -f "$1" ] && source "$1"
}
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export KRB5_CONFIG=".etcfiles/krb5.conf"
export EDITOR="vim"