Select the types of activity you want to include in your feed.
1#!/usr/bin/env bash 2 3# https://github.com/jesseduffield/lazygit/issues/4366#issuecomment-3496862317 4if defaults read -g AppleInterfaceStyle &>/dev/null; then 5 exec delta --dark "$@" 6else 7 exec delta --light "$@" 8fi