summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-10-15 22:23:27 +0200
committerMarc Vertes <mvertes@free.fr>2020-10-15 22:23:27 +0200
commita896548d0a3c8adc98a9c76c09b3433724e196ab (patch)
treed83595ec680dfb0e7d58b2ac2af41d0790f5af32 /.bashrc
parent57857f9382ccc0f2ce9bdff05bbbcce63da9f423 (diff)
add sixel tools
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
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'