Compare commits

...

2 commits

Author SHA1 Message Date
08e4e5a657 update vscode config 2023-08-21 13:38:17 -05:00
54d92d9c14 remove git push abbr 2023-08-21 08:58:56 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,6 @@ 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" = "relative";
"editor.lineNumbers" = "on";
"editor.renderControlCharacters" = true;
"editor.renderWhitespace" = "all";
"editor.tabCompletion" = "off";
@ -159,6 +159,7 @@
"scminput" = false;
"yaml" = true;
};
"go.toolsManagement.checkForUpdates" = "local";
"powershell.codeFormatting.useCorrectCasing" = true;
"powershell.powerShellAdditionalExePaths" = {
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";