my_config/.zshrc.d/neofetch.zsh

4 line
54 B
Bash

if [ ! `which neofetch` == "" ]; then
neofetch
fi