1
0
This commit is contained in:
Jeff Lance 2024-03-05 18:46:34 +01:00
parent 1a92ae0b5f
commit fbeab54d09
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
[git]
autoCommit = true
autoPush = true
[data]
email = {{ promptString "Git main email address " "" | quote }}

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}/.asdf/shims/ruby -e 'puts Gem.user_dir')"
export GEM_HOME="$(gem env user_gemhome)"
export PATH="$PATH:$GEM_HOME/bin"
export MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"