tv q: print $PWD/TODO
This commit is contained in:
parent
2e4c4a8666
commit
ff42f5198f
@ -190,4 +190,7 @@ pkgs.writeBashBin "q" ''
|
|||||||
(${q-thermal_zone}) &
|
(${q-thermal_zone}) &
|
||||||
wait
|
wait
|
||||||
${q-todo}
|
${q-todo}
|
||||||
|
if [ "$PWD" != "$HOME" ]; then
|
||||||
|
(HOME=$PWD; ${q-todo})
|
||||||
|
fi
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user