diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index 9a67ade..494f2d4 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -136,6 +136,8 @@ # Текущий пользователь user = config --get user.email + + # Текущий пользователь whoami = config --get user.email # ----[ EXTRA ]--------------------------------------------------------- @@ -164,3 +166,6 @@ # Календарь изменений calendar = !git-cal + # Информация о репозитории https://github.com/o2sh/onefetch + card = !onefetch +