diff options
| -rw-r--r-- | gemfeed/2024-12-15-random-helix-themes.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gemfeed/2024-12-15-random-helix-themes.gmi b/gemfeed/2024-12-15-random-helix-themes.gmi index 0c230c3d..96e2ff88 100644 --- a/gemfeed/2024-12-15-random-helix-themes.gmi +++ b/gemfeed/2024-12-15-random-helix-themes.gmi @@ -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 |
