From ed3fdeac5776f4560935a146ade4cd9440321d75 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Wed, 25 Dec 2024 18:53:07 -0500 Subject: [PATCH] style: formatting --- .zprofile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index 1e02c4a..4eeb001 100644 --- a/.zprofile +++ b/.zprofile @@ -1,2 +1,4 @@ - # display mini system info on login - [[ ! -f $(which pfetch) ]] || eval "$(which pfetch)" +#!/usr/bin/env zsh + +# display mini system info on login +[[ ! -f $(which pfetch) ]] || eval "$(which pfetch)"