diff options
| author | Robert Günzler <r@gnzler.io> | 2020-05-06 14:40:29 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-05-06 14:40:29 +0200 |
| commit | 8d5a7b649006e67369b423b01594bf82aa5b0851 (patch) | |
| tree | edfa342a3b396481e0750d4357ba999aa9e68e44 /.config | |
| parent | d4d1eaa7ad9b96b710f1541b600ef764212ee7fa (diff) | |
git: add aliases for fzfez commands
Diffstat (limited to '.config')
| -rw-r--r-- | .config/git/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 0b951a4..49b871c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -80,7 +80,9 @@ find-by-subject = "!f() { set -ex; s=`git log -1 --format=%s ${1}`; git --no-pager log -1 --grep=\"^${s}$\" --no-merges ${2}; }; f" tig = !tig amend = commit --amend - fbr = !fzfez git-branches + b = !fzfez git-branches + l = !fzfez git-log + t = !fzfez git-tags [apply] |