Delete old files

This commit is contained in:
Oliver Davies 2016-12-22 08:10:56 +00:00
parent e3f457a8ba
commit b824e9ba15
8 changed files with 0 additions and 28 deletions

View file

@ -1,2 +0,0 @@
# Enable direnv (https://github.com/direnv/direnv).
eval (direnv hook fish)

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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