]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
shell/aliases: add t alias for tig
authorSimon Ruderich <simon@ruderich.org>
Wed, 2 Apr 2014 21:09:50 +0000 (23:09 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 29 Apr 2014 13:22:35 +0000 (15:22 +0200)
shell/aliases.in

index 02ad5ec945b809c434054f6e18742d6ced25038f..d60bd522d4450caf69160ea9607ca69114601521 100644 (file)
@@ -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