diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |
