Delete uberw3m submodule and wrapper script

This commit is contained in:
Jonathan Hodgson 2021-11-16 10:43:03 +00:00
parent 5252713d76
commit acc8707055
3 changed files with 0 additions and 7 deletions

3
.gitmodules vendored
View file

@ -13,9 +13,6 @@
[submodule "shells/zsh/plugins/fzf-tab"] [submodule "shells/zsh/plugins/fzf-tab"]
path = shells/zsh/plugins/fzf-tab path = shells/zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab url = https://github.com/Aloxaf/fzf-tab
[submodule "bin/.bin/uberw3m"]
path = bin/.bin/uberw3m
url = https://github.com/sersorrel/uberw3m
[submodule "shells/zsh/plugins/git-fuzzy"] [submodule "shells/zsh/plugins/git-fuzzy"]
path = shells/zsh/plugins/git-fuzzy path = shells/zsh/plugins/git-fuzzy
url = https://github.com/bigH/git-fuzzy url = https://github.com/bigH/git-fuzzy

@ -1 +0,0 @@
Subproject commit ef24fa4111af72191ca2c0fa758a57fe988143ac

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
$HOME/.bin/uberw3m/uberwrap /usr/bin/w3m -o imgdisplay=$HOME/.bin/uberw3m/uberw3m "$@"