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)"