added polyglot
This commit is contained in:
parent
671131407e
commit
1c4f5ed70d
|
@ -34,3 +34,6 @@
|
||||||
[submodule "vim/.vim/pack/default/start/vim-gitgutter"]
|
[submodule "vim/.vim/pack/default/start/vim-gitgutter"]
|
||||||
path = vim/.vim/pack/default/start/vim-gitgutter
|
path = vim/.vim/pack/default/start/vim-gitgutter
|
||||||
url = https://github.com/airblade/vim-gitgutter.git
|
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
|
||||||
|
|
|
@ -45,9 +45,9 @@ showip() {
|
||||||
# Get the weather forecast for a given location.
|
# Get the weather forecast for a given location.
|
||||||
weather() {
|
weather() {
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
curl wttr.in/"$1"
|
curl v2.wttr.in/"$1"
|
||||||
else
|
else
|
||||||
curl wttr.in
|
curl v2.wttr.in
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bc8a81d3592dab86334f27d1d43c080ebf680d42
|
Loading…
Reference in New Issue