Change some configs

This commit is contained in:
Isaac Shoebottom 2024-11-18 14:43:02 -04:00
parent 88e95dde7d
commit 12410f2f76
2 changed files with 10 additions and 0 deletions

View File

@ -10,3 +10,7 @@
# Helpful tool: https://bash-prompt-generator.org
# On github: https://github.com/Scriptim/bash-prompt-generator
PS1='[\u@\h \w]\$ '
# CLI env variables for programs
EDITOR=nano
DIFFPROG=difft

View File

@ -1,5 +1,6 @@
[credential]
credentialStore = secretservice
helper =
helper = /usr/bin/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
@ -15,3 +16,8 @@
defaultBranch = master
[pull]
rebase = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true