From 1c4f5ed70d1d763eab37d0711ee8e021827b528b Mon Sep 17 00:00:00 2001 From: Stefan Friese Date: Thu, 27 Jul 2023 10:31:30 +0200 Subject: [PATCH] added polyglot --- .gitmodules | 3 +++ bash/.bash_functions | 4 ++-- vim/.vim/pack/default/start/vim-polyglot | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 vim/.vim/pack/default/start/vim-polyglot diff --git a/.gitmodules b/.gitmodules index 7412219..dbe7c8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "vim/.vim/pack/default/start/vim-gitgutter"] path = vim/.vim/pack/default/start/vim-gitgutter url = https://github.com/airblade/vim-gitgutter.git +[submodule "vim/.vim/pack/default/start/vim-polyglot"] + path = vim/.vim/pack/default/start/vim-polyglot + url = https://github.com/sheerun/vim-polyglot diff --git a/bash/.bash_functions b/bash/.bash_functions index 69b40a4..6c153ca 100644 --- a/bash/.bash_functions +++ b/bash/.bash_functions @@ -45,9 +45,9 @@ showip() { # Get the weather forecast for a given location. weather() { if [ -n "$1" ]; then - curl wttr.in/"$1" + curl v2.wttr.in/"$1" else - curl wttr.in + curl v2.wttr.in fi } diff --git a/vim/.vim/pack/default/start/vim-polyglot b/vim/.vim/pack/default/start/vim-polyglot new file mode 160000 index 0000000..bc8a81d --- /dev/null +++ b/vim/.vim/pack/default/start/vim-polyglot @@ -0,0 +1 @@ +Subproject commit bc8a81d3592dab86334f27d1d43c080ebf680d42