Daily Shaarli
February 28, 2020
Done it. It will be easier to maintain the configuration of the shell ☺
Ok, then use the WebP format if possible with a fallback to JPEG :
<picture>
<source srcset="/pfad/Katze.webp" type="image/webp">
<img src="/pfad/Katze.jpg"> <!-- fallback if webp not supported -->
</picture>
The cool things in Rust is that if there is a problem wit compiled code it will direct point to the unsafe parts of the code.
Away to fix it:
In .bashrc or .bash_profile : export TERM=xterm-256color
In .vimrc :
syntax enable
colorscheme YOUR_COLORSCHEME_NAME
set termguicolors