Minor zsh config changes
This commit is contained in:
parent
3d86f44d31
commit
6ec06ee1d2
3 changed files with 19 additions and 6 deletions
|
@ -6,3 +6,18 @@ export EDITOR="/usr/bin/nvim"
|
|||
export GPG_TTY=$(tty)
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
export MANROFFOPT="-c"
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_CTYPE="en_US.UTF-8"
|
||||
export LC_NUMERIC="en_US.UTF-8"
|
||||
export LC_TIME="en_US.UTF-8"
|
||||
export LC_COLLATE="en_US.UTF-8"
|
||||
export LC_MONETARY="en_US.UTF-8"
|
||||
export LC_MESSAGES="en_US.UTF-8"
|
||||
export LC_PAPER="en_US.UTF-8"
|
||||
export LC_NAME="en_US.UTF-8"
|
||||
export LC_ADDRESS="en_US.UTF-8"
|
||||
export LC_TELEPHONE="en_US.UTF-8"
|
||||
export LC_MEASUREMENT="en_US.UTF-8"
|
||||
export LC_IDENTIFICATION="en_US.UTF-8"
|
||||
export LC_ALL="en_US.UTF-8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue