home: git: add 'git' alias
This commit is contained in:
parent
2cd56e133f
commit
3e6c467816
|
@ -18,6 +18,7 @@ in
|
|||
package = pkgs.gitAndTools.gitFull;
|
||||
|
||||
aliases = {
|
||||
git = "!git";
|
||||
lol = "log --graph --decorate --pretty=oneline --abbrev-commit --topo-order";
|
||||
lola = "lol --all";
|
||||
assume = "update-index --assume-unchanged";
|
||||
|
|
Loading…
Reference in a new issue