Open nivex opened 3 months ago
When invoking duf over SSH with foot as the local terminal, no colors are displayed. Colors are displayed on the local host, however. This appears to be because detection is relying on the COLORTERM environment variable, which is stripped by SSH.
duf
foot
COLORTERM
When invoking
duf
over SSH withfoot
as the local terminal, no colors are displayed. Colors are displayed on the local host, however. This appears to be because detection is relying on theCOLORTERM
environment variable, which is stripped by SSH.