1
0
Fork 0
dotfiles/files/.config/zsh/custom/config/neofetch-splash.bash

14 lines
201 B
Bash
Raw Normal View History

2018-03-10 04:04:29 +00:00
ascii_distro="arch_small"
print_info () {
info line_break
info "OS" distro
info "Shell" shell
info "Kernel" kernel
info line_break
info "Packages" packages "$update_msg"
}