mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 03:52:12 +03:00
Fix pwd tests
This commit is contained in:
parent
70ac8f1195
commit
a1949f0e7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user