zsh-linux/zshenv: uncomment options from global zshrc
This commit is contained in:
parent
b532c8228e
commit
d4ac99315c
@ -1,9 +1,7 @@
|
||||
# Linux-specific environment variables
|
||||
#export SSH_ASKPASS='/usr/bin/ksshaskpass ssh-add < /dev/null'
|
||||
|
||||
#export FZF_DEFAULT_COMMAND="fd --threads $(nproc) --type f --hidden --color=never"
|
||||
|
||||
#export CHROOT="$HOME/Packages/chroot"
|
||||
export FZF_DEFAULT_COMMAND="fd --threads $(nproc) --type f --hidden --color=never"
|
||||
|
||||
# XDG Base Directory Support
|
||||
export CARGO_HOME="${XDG_DATA_HOME}/cargo"
|
||||
@ -28,8 +26,8 @@ export PAGER="nvimpager"
|
||||
export AUR_PAGER="ranger"
|
||||
|
||||
# Manpager using vim/nvim
|
||||
#export MANPAGER='nvim +Man!'
|
||||
#export MANWIDTH=999
|
||||
export MANPAGER='nvim +Man!'
|
||||
export MANWIDTH=999
|
||||
|
||||
# Disable debug messages for wine
|
||||
export WINEDEBUG='-all'
|
||||
|
Loading…
x
Reference in New Issue
Block a user