Return of the tmux

This commit is contained in:
Daniel Lundin 2023-04-29 11:33:39 +02:00
parent 6dfd7d5f8e
commit 1a1acba0e7
8 changed files with 47 additions and 104 deletions

4
bin/tmux-build-helper Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -ef -o pipefail
eval "$(direnv export bash)"
eval "${BUILD_COMMAND:-echo 'BUILD_COMMAND not set'}" | bat --paging=always