1
0
Fork 0

remove tmp buffers file

This commit is contained in:
Andrey Orst 2018-09-24 12:13:19 +03:00
parent 1fa67070f8
commit 91c7ee8f99

View file

@ -162,6 +162,7 @@ define-command -hidden fzf-buffer %{ evaluate-commands %sh{
rm $tmp
rm $setbuf
rm $delbuf
rm $buffers
) > /dev/null 2>&1 < /dev/null &
}}