about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-20 23:55:11 +0200
committerSoispha <soispha@vhack.eu>2023-10-20 23:55:11 +0200
commit8d1e58c0496b00b5300049e0bf6eb765c2abdbc9 (patch)
tree339a1dac25e82e240426ec1d260aac2e5aa03576 /hm
parentbuild(treewide): Update (shell library) (diff)
downloadnixos-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-xhm/soispha/pkgs/scripts/wrappers/neorg2
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.