From 42f34848a96bf0f63acde79ebe79b073847c3cd9 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 15 Oct 2020 22:23:27 +0200 Subject: add sixel tools --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 861b390..229f627 100644 --- a/.bashrc +++ b/.bashrc @@ -35,6 +35,10 @@ fixab() { printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 "$1"; } # bat export BAT_THEME='github' +# gnuplot display in terminal +export GNUTERM='sixelgd enhanced truecolor font "arial,9"' +#export GNUTERM='sixelgd enhanced truecolor small' + # Stopwatch alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date' -- cgit v1.2.3