From 46e56f35a795d4dfd82277f70c8d59b95c5c3eac Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 28 Nov 2018 12:53:33 -0500 Subject: [PATCH] Some alias tweaks --- aliases.local | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aliases.local b/aliases.local index e5ccb83..b4509d3 100644 --- a/aliases.local +++ b/aliases.local @@ -5,6 +5,11 @@ alias pushate="git push" alias fetchate="git fetch" alias rebasate="git rebase" +alias ts="tig status" + +# vim +alias v="mvim" + # Bundler alias be="bundle exec"