my_config/.zshrc.d/neofetch.zsh

4 lines
54 B
Bash
Raw Normal View History

2023-04-20 08:59:51 +02:00
if [ ! `which neofetch` == "" ]; then
neofetch
fi