my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

justfile: add color back to diff

isabel 123aba73 2c08ecaf

+2 -2
+2 -2
justfile
··· 35 35 if [[ -n "${DEPLOY_SUMMARY:-}" ]]; then 36 36 { 37 37 echo "===== {{ host }} =====" 38 - ssh -q {{ host }} lix diff "$before" 38 + ssh -q {{ host }} TERM=xterm-256color lix diff "$before" 39 39 echo 40 40 } >> "$DEPLOY_SUMMARY" 41 41 else 42 - ssh {{ host }} lix diff "$before" 42 + ssh {{ host }} TERM=xterm-256color lix diff "$before" 43 43 fi 44 44 45 45 [group('rebuild')]