Compare commits
2 Commits
b4ff9c95fc
...
fe80046042
| Author | SHA1 | Date | |
|---|---|---|---|
|
fe80046042
|
|||
|
a2a639ec56
|
1
.bashrc
1
.bashrc
@@ -19,6 +19,7 @@ fi
|
|||||||
# For microsoft-standard-WSL2 in uname -a
|
# For microsoft-standard-WSL2 in uname -a
|
||||||
if [[ "$(uname -a)" == *"microsoft-standard-WSL2"* ]]; then
|
if [[ "$(uname -a)" == *"microsoft-standard-WSL2"* ]]; then
|
||||||
source $HOME/.agent-bridge.sh
|
source $HOME/.agent-bridge.sh
|
||||||
|
alias winget='winget.exe'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Docker Compose Alias (Mostly for old shell scripts)
|
# Docker Compose Alias (Mostly for old shell scripts)
|
||||||
|
|||||||
@@ -36,3 +36,5 @@
|
|||||||
helper =
|
helper =
|
||||||
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
||||||
|
|
||||||
|
[safe]
|
||||||
|
directory = *
|
||||||
|
|||||||
@@ -8,4 +8,6 @@
|
|||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
|
[safe]
|
||||||
|
directory = *
|
||||||
@@ -5,14 +5,21 @@
|
|||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[safe]
|
||||||
|
directory = *
|
||||||
|
|||||||
@@ -36,3 +36,5 @@
|
|||||||
helper =
|
helper =
|
||||||
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
||||||
|
|
||||||
|
[safe]
|
||||||
|
directory = *
|
||||||
|
|||||||
Reference in New Issue
Block a user