mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add git alias to open with GitKraken
This commit is contained in:
parent
d28f768b8e
commit
3841505317
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
# nothing here right now
|
||||
];
|
||||
programs = {
|
||||
git.aliases = {
|
||||
kraken = "!gitkraken -p $(cd \"\${1:-.}\" && git rev-parse --show-toplevel)";
|
||||
};
|
||||
vscode = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue