From 20c8ef7bae4dc4cdc7e4de8d0f3e7f92ab998204 Mon Sep 17 00:00:00 2001 From: pystardust Date: Wed, 3 Mar 2021 13:39:08 +0530 Subject: fix: changed name of config file --- ytfzf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ytfzf b/ytfzf index 9f03f94..93ba044 100755 --- a/ytfzf +++ b/ytfzf @@ -33,7 +33,7 @@ thumb_dir="$YTFZF_CACHE"/thumb #> Setting and reading the config file config_dir="$HOME/.config/ytfzf" -config_file="$config_dir/ytfzf.sh" +config_file="$config_dir/conf.sh" if [ -e $config_file ] then #source config file if exists (overrides env variables) -- cgit v1.2.3