From 2b4f4d2b0ace9c1334b28d582c5bb93f15d00367 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 7 Sep 2016 11:08:17 +0300 Subject: [PATCH] an alias for tig --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index fbe4f66..faef485 100644 --- a/bashrc +++ b/bashrc @@ -147,6 +147,9 @@ alias gdf='command git diff' alias gci='command git commit -a' alias gup='command git pull' +# tig +alias gsi='command tig status' + # tmux alias tmux='command tmux -2' alias atmux='command tmux -2 attach'