home: git: add 'git' alias
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-10-12 16:33:33 +02:00
parent d918bf279d
commit b298607ea7

View file

@ -18,6 +18,7 @@ in
package = pkgs.gitAndTools.gitFull; package = pkgs.gitAndTools.gitFull;
aliases = { aliases = {
git = "!git";
lol = "log --graph --decorate --pretty=oneline --abbrev-commit --topo-order"; lol = "log --graph --decorate --pretty=oneline --abbrev-commit --topo-order";
lola = "lol --all"; lola = "lol --all";
assume = "update-index --assume-unchanged"; assume = "update-index --assume-unchanged";