added has
This commit is contained in:
parent
2b38e6132b
commit
589846b53d
4 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
bin/has
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
|||
[submodule "lib/basher"]
|
||||
path = lib/basher
|
||||
url = https://github.com/basherpm/basher
|
||||
[submodule "lib/has"]
|
||||
path = lib/has
|
||||
url = https://github.com/kdabir/has
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
~/.gitconfig: cfg/git/cfg
|
||||
~/.zshrc: cfg/zsh/cfg.zsh
|
||||
~/.ssh/config: cfg/ssh/cfg
|
||||
~/dotfiles/bin/has: lib/has/has
|
||||
|
|
1
lib/has
Submodule
1
lib/has
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a6381b60938469b7a97259ea8af10d1b4a64291a
|
Loading…
Add table
Reference in a new issue