Remove dynamic-colors

Simon Bruder 2020-11-07 15:56:09 +01:00
parent b687484cfe
commit 36c06ef4f9
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
4 changed files with 0 additions and 8 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "home/.vim/bundle/Vundle.vim"]
path = home/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim
[submodule "home/.dynamic-colors"]
path = dynamic-colors
url = https://github.com/sos4nt/dynamic-colors
[submodule "mpv-gallery-view"]
path = mpv-gallery-view
url = https://github.com/occivink/mpv-gallery-view

@ -1 +0,0 @@
Subproject commit 47a91bb6bf4091a282cc29aaf3375cdae1340ad0

View File

@ -1 +0,0 @@
../dynamic-colors

View File

@ -83,9 +83,6 @@ eval "$(dircolors -b $HOME/.dircolors)"
[ -e /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh
command -v fzf-share >/dev/null && source $(fzf-share)/key-bindings.zsh
## Color switcher
alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors"
## Support for nix-shell
source $HOME/.zsh/zsh-nix-shell/nix-shell.plugin.zsh