From 3a216aa36e6f30f86eb910a2450e32018b7b74f8 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 20 Oct 2023 23:08:06 +0200 Subject: fix(hm/pkgs/scr/neorg): Remove 'f' from set options Having it there brakes stuff in the shell library. For example the `search_flake_base_dir` function fails. --- hm/soispha/pkgs/scripts/wrappers/neorg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index 184d71b9..71b82a49 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -9,7 +9,7 @@ YEARS="2023" NAME="neorg" -set -ef +set -e help() { cat << EOF -- cgit 1.4.1