From 735c7b27126128de2e5c04ff9111922ff24a0f84 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 2 Apr 2014 23:09:50 +0200 Subject: [PATCH] shell/aliases: add t alias for tig --- shell/aliases.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/aliases.in b/shell/aliases.in index 02ad5ec..d60bd52 100644 --- a/shell/aliases.in +++ b/shell/aliases.in @@ -1,7 +1,7 @@ # Aliases and similar functions which can be used by all shells (supporting # them). -# Copyright (C) 2011-2013 Simon Ruderich +# Copyright (C) 2011-2014 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,6 +25,7 @@ alias g=git alias l=ls alias m=make alias p=less # p for pager +alias t=tig alias v=vim # Shortcuts for a little less used programs. alias mu=mutt -- 2.43.2