diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-15 14:00:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-15 14:00:24 +0200 |
| commit | 9dde791c185390b65b3d33c341969c1bec35c7e1 (patch) | |
| tree | 09ade4ba6d58debc947a2f05a8a99005398e984e /gemfeed | |
| parent | d38bb8203abaa5618cbcaf051bf2ccf1ceb0939d (diff) | |
Update content for md
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2024-12-15-random-helix-themes.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
