···16161717# Inhibit suspend while logged into SSH session
1818if command -qs systemd-inhibit; and set -q SSH_TTY
1919- systemd-inhibit \
2020- --what=idle \
2121- --who='fish shell' \
2222- --why="prevent suspend during SSH session" \
2323- sleep infinity &
1919+ # systemd-inhibit \
2020+ # --what=idle \
2121+ # --who='fish shell' \
2222+ # --why="prevent suspend during SSH session" \
2323+ # sleep infinity &
24242525- # If we don't disown this, it takes two tries to quit, but we can still
2626- # kill it on exit with a trap
2727- trap "kill "(jobs --last --pid) EXIT
2828- disown %1
2525+ # # If we don't disown this, it takes two tries to quit, but we can still
2626+ # # kill it on exit with a trap
2727+ # trap "kill "(jobs --last --pid) EXIT
2828+ # disown %1
2929end
30303131# Set jq to show null/true/false as magenta instead of black or otherwise