fetch: Correct my dumbass mistake

This commit is contained in:
Salt 2018-08-14 16:59:43 -05:00
parent 38008d2026
commit bf4cdc3ccf

2
fetch
View File

@ -7,5 +7,5 @@ if [ "`which neofetch > /dev/null 2>&1`" ]; then
--xoffset 4 --yoffset 4 --xoffset 4 --yoffset 4
scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png" scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png"
else else
prinf 'fetch: Neofetch is not installed; aborting\n' printf 'fetch: Neofetch is not installed; aborting\n'
fi fi