summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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'