#!/bin/sh # Managed by Ansible – run fastfetch on SSH login if [ -n "${SSH_CLIENT}${SSH_CONNECTION}" ]; then fastfetch -c /etc/fastfetch/27.jsonc fi