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

justfile: add color back to diff

+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')]