dotfiles/.scripts/fun/neofetch.sh

10 lines
98 B
Bash
Raw Normal View History

2020-09-15 01:43:27 -07:00
#! /usr/bin/env zsh
trap "tput cnorm; exit" 2
clear
neofetch
tput civis
2020-09-15 01:46:40 -07:00
read -p ""
2020-09-15 01:43:27 -07:00
tput cnorm