mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Docs: fix heredoc issue in iplot snippet
This commit is contained in:
parent
2f63f24e7d
commit
63fff29621
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
plot $@
|
||||
set output '/dev/null'
|
||||
EOF
|
||||
EOF
|
||||
}
|
||||
|
||||
Add this to bashrc and then to plot a function, simply do:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue