From 835febb7dcb3e32ebf0aeb7a9ad454367fd7b086 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 28 Jun 2021 11:14:39 +0200 Subject: [PATCH] alias tig --all --- dot_bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index 6bbd8cb..a81893f 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -108,6 +108,8 @@ alias serve="python3 -m $(python3 -c 'import sys; print("http.server" if sys.ver alias ta='tmux attach' alias tkill="for s in \$(tmux list-sessions | awk -F ':' '{print \$1}' | fzf); do tmux kill-session -t \$s; done;" +alias tiga='tig --all' + # ------------------------------------------------------------- # PYTHON # -------------------------------------------------------------