From 9dde791c185390b65b3d33c341969c1bec35c7e1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Dec 2024 14:00:24 +0200 Subject: Update content for md --- gemfeed/2024-12-15-random-helix-themes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'gemfeed') diff --git a/gemfeed/2024-12-15-random-helix-themes.md b/gemfeed/2024-12-15-random-helix-themes.md index 187e8d15..3014a439 100644 --- a/gemfeed/2024-12-15-random-helix-themes.md +++ b/gemfeed/2024-12-15-random-helix-themes.md @@ -20,6 +20,7 @@ editor::helix::random_theme () { local -r theme_dir=/usr/share/helix/runtime/themes if [ ! -d $theme_dir ]; then echo "Helix theme dir $theme_dir doesnt exist" + return 1 fi local -r config_file=$HELIX_CONFIG_DIR/config.toml -- cgit v1.2.3