update vscode config
This commit is contained in:
parent
4926b2aa98
commit
8f6362b4e4
@ -189,9 +189,14 @@ in
|
|||||||
"git.enableCommitSigning" = true;
|
"git.enableCommitSigning" = true;
|
||||||
"git-graph.repository.sign.commits" = true;
|
"git-graph.repository.sign.commits" = true;
|
||||||
"git-graph.repository.sign.tags" = true;
|
"git-graph.repository.sign.tags" = true;
|
||||||
"remote.SSH.configFile" = "/home/alukard/.ssh/remote_config";
|
|
||||||
"editor.bracketPairColorization.enabled" = true;
|
"editor.bracketPairColorization.enabled" = true;
|
||||||
"editor.guides.bracketPairs" = "active";
|
"editor.guides.bracketPairs" = "active";
|
||||||
|
"terminal.integrated.defaultProfile.linux" = "linux-zsh";
|
||||||
|
"terminal.integrated.profiles.linux" = {
|
||||||
|
"linux-zsh" = {
|
||||||
|
"path" = "${pkgs.zsh}/bin/zsh";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user