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"