Change some configs
This commit is contained in:
parent
88e95dde7d
commit
12410f2f76
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user