From 4911f5458c1c1b07b5877a97b7508732a50f5317 Mon Sep 17 00:00:00 2001
From: "flyingscorpio@arch-desktop" <tfranken@protonmail.com>
Date: Fri, 25 Sep 2020 14:41:08 +0200
Subject: [PATCH] Add git-summary

---
 dotfiles/shell/aliases | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases
index f3e07bd..91f98f9 100644
--- a/dotfiles/shell/aliases
+++ b/dotfiles/shell/aliases
@@ -1,7 +1,7 @@
 # aliases common to bash and zsh
 
 alias lime2connect='ssh $USER@2px.info'
-
+alias git-summary='~/github_misc/git-summary/git-summary'
 
 # enable color support of ls and also add handy aliases
 if [ -x /usr/bin/dircolors ]; then