dotfiles/.scripts/neofetch-clean.sh

12 lines
101 B
Bash
Executable File

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