dotfiles/.scripts/fun/neofetch.sh

10 lines
98 B
Bash
Executable File

#! /usr/bin/env zsh
trap "tput cnorm; exit" 2
clear
neofetch
tput civis
read -p ""
tput cnorm