Add git alias to open with GitKraken

This commit is contained in:
Gene Liverman 2024-01-05 15:20:58 -05:00
parent d28f768b8e
commit 3841505317

View file

@ -3,6 +3,9 @@
# nothing here right now # nothing here right now
]; ];
programs = { programs = {
git.aliases = {
kraken = "!gitkraken -p $(cd \"\${1:-.}\" && git rev-parse --show-toplevel)";
};
vscode = { vscode = {
enable = true; enable = true;
}; };