feat: add pushall alias to git configurations and update jetbrains toolbox paths
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 33s
Nix Format Check / check-format (push) Failing after 22s
Python Lint Check / check-python (push) Failing after 7s

This commit is contained in:
2025-07-22 14:25:53 +02:00
parent 4a1575594a
commit b11c9a32a8
7 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Icon=/home/menno/Applications/jetbrains-toolbox-2.6.3.43718/bin/toolbox.svg Icon=/home/menno/.jetbrains-toolbox/toolbox.svg
Exec=/home/menno/Applications/jetbrains-toolbox-2.6.3.43718/bin/jetbrains-toolbox --minimize Exec=/home/menno/.jetbrains-toolbox/jetbrains-toolbox --minimize
Version=1.0 Version=1.0
Type=Application Type=Application
Categories=Development Categories=Development

View File

@@ -38,3 +38,6 @@
[safe] [safe]
directory = * directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -11,3 +11,6 @@
[safe] [safe]
directory = * directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -23,3 +23,6 @@
[safe] [safe]
directory = * directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -38,3 +38,6 @@
[safe] [safe]
directory = * directory = *
[alias]
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"

View File

@@ -25,11 +25,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752780124, "lastModified": 1753055804,
"narHash": "sha256-5dn97vIYxn6VozKePOQSDxVCsrl38nDdMJXx86KIJH0=", "narHash": "sha256-KerePGJYX47ex6OY3CWsid4AltO2gDtQROunYJ0eCEE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "c718918222bdb104397762dea67e6b397a7927fe", "rev": "adf195f021a8cbb0c317f75b52e96c82616526f9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -41,11 +41,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752866191, "lastModified": 1752995727,
"narHash": "sha256-NV4S2Lf2hYmZQ3Qf4t/YyyBaJNuxLPyjzvDma0zPp/M=", "narHash": "sha256-+xNQQqqCx47sbSbwwj/aQL5Xrv6wlgiIU/yKWVAtnc4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f01fe91b0108a7aff99c99f2e9abbc45db0adc2a", "rev": "a14f718bc528ad298bd95a18a9ac9a7d7c0ef8e5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -86,5 +86,6 @@
"git diff", "git diff",
"git show" "git show"
], ],
"roo-cline.deniedCommands": [] "roo-cline.deniedCommands": [],
"dart.flutterSdkPath": "/home/menno/.flutter/flutter"
} }