#!/bin/sh # @(#) Mutt Dynamic # @(#) iekko # @(#) 2024-01-04 # 256 colors colors="$(tput colors)" if [ "$colors" = "256" ] then printf "source ~/conf/mutt/256-colors\n" fi