This commit is contained in:
Jeff Lance 2023-04-24 19:47:04 +02:00
parent a344850655
commit 28b2802d80

View File

@ -44,6 +44,8 @@ path=(~/bin ~/.local/bin $path[@])
export BROWSER=qutebrowser
export EDITOR=nvim
# export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
export PATH="$PATH:$GEM_HOME/bin"
export MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=True