1
0

Update home/.chezmoiscripts/11-install-asdf-plugins.sh

Update home/.ansiweatherrc
Remove home/.editorconfig
Update home/.zshenv
This commit is contained in:
2024-03-02 17:10:48 +01:00
parent 931ca1f1b5
commit 5046820b48
4 changed files with 3 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ export BROWSER=qutebrowser
export EDITOR=$([[ $(command -v lvim) ]] && echo lvim || echo vim)
export TERMINAL=alacritty
# export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
export GEM_HOME="$(/home/jeff/.asdf/shims/ruby -e 'puts Gem.user_dir')"
export GEM_HOME="$(${HOME}/.asdf/shims/ruby -e 'puts Gem.user_dir')"
export PATH="$PATH:$GEM_HOME/bin"
export MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"