Add track_dimensions tool

This commit is contained in:
Ilan Cosman 2023-09-28 08:34:14 -07:00
parent b65fce85e1
commit 502126bb7f

View File

@ -0,0 +1,3 @@
function track_dimensions --on-signal WINCH
echo $COLUMNS x $LINES
end