Merge branch 'fix-iplot-heredoc' of https://github.com/zaidhaan/kitty

This commit is contained in:
Kovid Goyal 2023-04-15 08:26:06 +05:30
commit 35ebd32f4c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -143,7 +143,7 @@ kitty with the following bash snippet:
set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"#fdf6e3" behind set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb"#fdf6e3" behind
plot $@ plot $@
set output '/dev/null' set output '/dev/null'
EOF EOF
} }
Add this to bashrc and then to plot a function, simply do: Add this to bashrc and then to plot a function, simply do: