Fix pwd tests

This commit is contained in:
Ilan Cosman 2022-01-08 14:09:21 -08:00
parent 70ac8f1195
commit a1949f0e7f

View File

@ -4,7 +4,9 @@ set -l tmpdir (mktemp -d)
function _pwd -a dir --inherit-variable tmpdir
cd $dir
HOME=$tmpdir _tide_decolor (_tide_pwd)
set -lx HOME $tmpdir
source (functions --details _tide_pwd) # Recache stuff
_tide_decolor (_tide_pwd)
end
set -g COLUMNS 80