Add more aliases

This commit is contained in:
Oliver Davies 2016-06-14 10:12:19 +01:00
parent 888ca1cf58
commit 5db2d74bf4
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function gl
git log --online --graph --decorate --all $argv;
end

View file

@ -0,0 +1,3 @@
function st
subl . & $argv;
end