tangled
alpha
login
or
join now
isabelroses.com
/
dotfiles
12
fork
atom
my over complex system configurations
dotfiles.isabelroses.com/
nixos
nix
flake
dotfiles
linux
12
fork
atom
overview
issues
pulls
pipelines
justfile: add color back to diff
isabelroses.com
1 month ago
123aba73
2c08ecaf
+2
-2
1 changed file
expand all
collapse all
unified
split
justfile
+2
-2
justfile
···
35
35
if [[ -n "${DEPLOY_SUMMARY:-}" ]]; then
36
36
{
37
37
echo "===== {{ host }} ====="
38
38
-
ssh -q {{ host }} lix diff "$before"
38
38
+
ssh -q {{ host }} TERM=xterm-256color lix diff "$before"
39
39
echo
40
40
} >> "$DEPLOY_SUMMARY"
41
41
else
42
42
-
ssh {{ host }} lix diff "$before"
42
42
+
ssh {{ host }} TERM=xterm-256color lix diff "$before"
43
43
fi
44
44
45
45
[group('rebuild')]