1
0
Fork 0

chore: add git tui alias

main
jolheiser 2023-08-07 12:33:41 -05:00
parent 6b8f19738b
commit 99e3f6fee6
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in {
fu = "fetch upstream"; fu = "fetch upstream";
fo = "fetch origin"; fo = "fetch origin";
dh = "diff HEAD"; dh = "diff HEAD";
tui = "!lazygit";
}; };
lfs.enable = true; lfs.enable = true;
ignores = [".idea/"]; ignores = [".idea/"];