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
|
||||
# export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH"
|
||||
|
||||
# default apps
|
||||
export EDITOR="/usr/bin/nvim"
|
||||
# if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||
# eval "$(ssh-agent -s)"
|
||||
# fi
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -71,4 +71,4 @@ alias ....="cd ../../../"
|
|||
alias dt="git --git-dir=$HOME/.dotfiles/git --work-tree=$HOME"
|
||||
alias rz="exec zsh"
|
||||
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