tv q: print $PWD/TODO

This commit is contained in:
tv 2016-08-04 20:01:45 +02:00
parent 2e4c4a8666
commit ff42f5198f

View File

@ -190,4 +190,7 @@ pkgs.writeBashBin "q" ''
(${q-thermal_zone}) &
wait
${q-todo}
if [ "$PWD" != "$HOME" ]; then
(HOME=$PWD; ${q-todo})
fi
''