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