Compare commits

..

No commits in common. "1d1485375694e8f232447927b3ffb6b06b0f7d6d" and "8ca0f140f26c9b0782b229908671ec671a3d1697" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
conf.d/lvim/config.lua Symbolic link
View File

@ -0,0 +1 @@
/home/jeff/dotfiles/conf/lvim.lua

View File

@ -44,8 +44,6 @@ path=(~/bin ~/.local/bin $path[@])
export BROWSER=qutebrowser export BROWSER=qutebrowser
export EDITOR=nvim export EDITOR=nvim
# export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"' # 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 MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store" export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=True export PASSWORD_STORE_ENABLE_EXTENSIONS=True