mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
Compare commits
2 commits
73283cb75b
...
08e4e5a657
Author | SHA1 | Date | |
---|---|---|---|
08e4e5a657 | |||
54d92d9c14 |
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,6 @@ in
|
||||||
gc = "git commit"; # interactive commit
|
gc = "git commit"; # interactive commit
|
||||||
gg = "git graph";
|
gg = "git graph";
|
||||||
gcm = "git commit -m"; # quick commit
|
gcm = "git commit -m"; # quick commit
|
||||||
gp = "git push";
|
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
jqless = "jq -C | less -r";
|
jqless = "jq -C | less -r";
|
||||||
k = mkIf hasKubectl "kubectl";
|
k = mkIf hasKubectl "kubectl";
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
"editor.acceptSuggestionOnEnter" = "off";
|
"editor.acceptSuggestionOnEnter" = "off";
|
||||||
"editor.detectIndentation" = false;
|
"editor.detectIndentation" = false;
|
||||||
"editor.inlineSuggest.enabled" = true;
|
"editor.inlineSuggest.enabled" = true;
|
||||||
"editor.lineNumbers" = "relative";
|
"editor.lineNumbers" = "on";
|
||||||
"editor.renderControlCharacters" = true;
|
"editor.renderControlCharacters" = true;
|
||||||
"editor.renderWhitespace" = "all";
|
"editor.renderWhitespace" = "all";
|
||||||
"editor.tabCompletion" = "off";
|
"editor.tabCompletion" = "off";
|
||||||
|
@ -159,6 +159,7 @@
|
||||||
"scminput" = false;
|
"scminput" = false;
|
||||||
"yaml" = true;
|
"yaml" = true;
|
||||||
};
|
};
|
||||||
|
"go.toolsManagement.checkForUpdates" = "local";
|
||||||
"powershell.codeFormatting.useCorrectCasing" = true;
|
"powershell.codeFormatting.useCorrectCasing" = true;
|
||||||
"powershell.powerShellAdditionalExePaths" = {
|
"powershell.powerShellAdditionalExePaths" = {
|
||||||
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";
|
"pwsh" = "${config.home.homeDirectory}/.nix-profile/bin/pwsh";
|
||||||
|
|
Loading…
Reference in a new issue