6 lines
108 B
Bash
6 lines
108 B
Bash
#!/usr/bin/zsh
|
|
|
|
if [ -e /usr/bin/neofetch ]; then
|
|
/usr/bin/neofetch --config $HOME/.shell/neofetch.conf
|
|
fi
|