diff options
author | Soispha <soispha@vhack.eu> | 2023-10-20 23:55:11 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-20 23:55:11 +0200 |
commit | 8d1e58c0496b00b5300049e0bf6eb765c2abdbc9 (patch) | |
tree | 339a1dac25e82e240426ec1d260aac2e5aa03576 /hm/soispha/pkgs/scripts/wrappers/neorg | |
parent | build(treewide): Update (shell library) (diff) | |
download | nixos-config-8d1e58c0496b00b5300049e0bf6eb765c2abdbc9.tar.gz nixos-config-8d1e58c0496b00b5300049e0bf6eb765c2abdbc9.zip |
fix(hm/pkgs/scr/neorg): Remove 'set -e'
Having this set causes some shell library functions to fail, as they build upon failing commands
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/neorg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index c4818360..55d5d9bc 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -9,8 +9,6 @@ YEARS="2023" NAME="neorg" -set -e - help() { cat << EOF This is a quick wrapper to make starting neorg easier. |