diff --git a/bin/weather b/bin/weather index f835247..85ac672 100755 --- a/bin/weather +++ b/bin/weather @@ -20,7 +20,7 @@ weather() { } main() { - wget -q --tries=10 --timeout=20 --spider tforgione.fr > /dev/null + wget -q --tries=10 --timeout=20 --spider https://tforgione.fr > /dev/null net=$? if [ "$1" == "startup" ] then diff --git a/init.vim b/init.vim index d282599..95e0808 100644 --- a/init.vim +++ b/init.vim @@ -60,6 +60,9 @@ set autoindent " UI CONFIG #########################################################{{{ set number +if $NVIM_LINE_NUMBER == 'rnu' + set rnu +endif set showcmd set wildmenu set lazyredraw @@ -119,7 +122,7 @@ set noincsearch " NERDTREE ##########################################################{{{ let NERDTreeIgnore = ['\.pyc$','__pycache__'] -set shell=sh +set shell=zsh let g:NERDTreeIndicatorMapCustom = { \ "Modified" : "✹", \ "Staged" : "✚",