Files
dotfiles/.bash/hooks/onfirst
T
2026-05-06 11:14:48 +02:00

5 lines
66 B
Bash
Executable File

#! /bin/env bash
if [[ -x /usr/bin/neofetch ]]; then
neofetch
fi