[vendor] barely using this these days

Don't really use it except for a couple of projects. Just going to add add the
script to the respective projects and get this dependency out of here
This commit is contained in:
Josh Sherman 2017-12-23 18:05:19 -06:00
parent 3b781192f7
commit f3d6c08ce1
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 0 additions and 7 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "vendor/fetchlogic/ship"]
path = vendor/fetchlogic/ship
url = git@github.com:fetchlogic/ship.git
[submodule "vendor/seebi/dircolors-solarized"]
path = vendor/seebi/dircolors-solarized
url = https://github.com/seebi/dircolors-solarized

@ -1 +0,0 @@
Subproject commit 99b437db9ca13ede0d26647fc19243639baa8f47

3
zshrc
View file

@ -106,9 +106,6 @@ alias GET='http'
alias POST='http POST'
alias HEAD='http HEAD'
# Ship
alias ship="$DOTFILES/vendor/fetchlogic/ship/ship"
# Because `npm` shit the bed on me...
ulimit -n 4096