Image Upload: Set teknik as default

This commit is contained in:
Dylan Araps 2016-12-05 19:44:42 +11:00
parent 57007583d2
commit 98a2f6ae2c

View file

@ -659,10 +659,13 @@ scrot_name="neofetch-$(date +%F-%I-%M-%S-${RANDOM}).png"
# Image upload host # Image upload host
# Where to upload the image. # Where to upload the image.
# #
# Default: 'imgur' # Default: 'teknik'
# Values: 'imgur', 'teknik' # Values: 'imgur', 'teknik'
# Flag: --image_host # Flag: --image_host
image_host="imgur" #
# NOTE: If you'd like another image host to be added to Neofetch.
# Open an issue on github.
image_host="teknik"
# Config Options # Config Options