From: Simon Ruderich Date: Wed, 2 Apr 2014 21:09:50 +0000 (+0200) Subject: shell/aliases: add t alias for tig X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=735c7b27126128de2e5c04ff9111922ff24a0f84 shell/aliases: add t alias for tig --- 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