Minor zsh config changes
This commit is contained in:
parent
3d86f44d31
commit
6ec06ee1d2
3 changed files with 19 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
# unused for now
|
# if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||||
# export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH"
|
# eval "$(ssh-agent -s)"
|
||||||
|
# fi
|
||||||
# default apps
|
|
||||||
export EDITOR="/usr/bin/nvim"
|
|
||||||
|
|
|
@ -6,3 +6,18 @@ export EDITOR="/usr/bin/nvim"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
export MANROFFOPT="-c"
|
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"
|
||||||
|
|
|
@ -71,4 +71,4 @@ alias ....="cd ../../../"
|
||||||
alias dt="git --git-dir=$HOME/.dotfiles/git --work-tree=$HOME"
|
alias dt="git --git-dir=$HOME/.dotfiles/git --work-tree=$HOME"
|
||||||
alias rz="exec zsh"
|
alias rz="exec zsh"
|
||||||
alias reload_completion="autoload -Uz compinit && compinit"
|
alias reload_completion="autoload -Uz compinit && compinit"
|
||||||
alias gitignore="cp ${HOME}/.local/gitignore-template ./.gitignore"
|
alias gitignore="cp ${HOME}/.local/share/gitignore-template ./.gitignore"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue