Compare commits

..

No commits in common. "08e4e5a657eaf7afd0eebf0a2d4086b34cf6cf1b" and "73283cb75bfa5798cd3c6f280fed7d75a52f7be8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,7 @@ in
gc = "git commit"; # interactive commit
gg = "git graph";
gcm = "git commit -m"; # quick commit
gp = "git push";
gs = "git status";
jqless = "jq -C | less -r";
k = mkIf hasKubectl "kubectl";

View file

@ -141,7 +141,7 @@
"editor.acceptSuggestionOnEnter" = "off";
"editor.detectIndentation" = false;
"editor.inlineSuggest.enabled" = true;
"editor.lineNumbers" = "on";
"editor.lineNumbers" = "relative";
"editor.renderControlCharacters" = true;
"editor.renderWhitespace" = "all";
"editor.tabCompletion" = "off";
@ -159,7 +159,6 @@
"scminput" = false;
"yaml" = true;
};
"go.toolsManagement.checkForUpdates" = "local";
"powershell.codeFormatting.useCorrectCasing" = true;
"powershell.powerShellAdditionalExePaths" = {
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";