Remove dynamic-colors
This commit is contained in:
parent
b687484cfe
commit
36c06ef4f9
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
../dynamic-colors
|
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue