home-manager: desktop: remove old git alias in favor of tig

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-23 10:52:17 +02:00
parent a182c40fab
commit c4920d7616
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -276,8 +276,6 @@ in {
--to-cmd="$(pwd)/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nol" \
--cc-cmd="$(pwd)/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nom"
'';
glosh =
"git log --oneline --decorate | fzf | cut -d' ' -f1 | xargs git show";
# Rust
cb = "cargo build";
ccl = "cargo clippy";