Move aliases

This commit is contained in:
Oliver Davies 2016-06-13 22:00:32 +01:00
parent 3897690c04
commit d720a9cb6b
5 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function ga
git add -p $argv;
end

View file

@ -0,0 +1,3 @@
function gc
git commit $argv;
end

View file

@ -0,0 +1,3 @@
function gs
git status -sb $argv;
end

View file

@ -0,0 +1,3 @@
function l
ls -ltrh $argv;
end

View file

@ -0,0 +1,3 @@
function v
vagrant $argv;
end