about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-13 22:01:43 +0100
committerSoispha <soispha@vhack.eu>2024-01-13 22:01:43 +0100
commit8096743ff2d73e10b4a160821457d0260a8a1e0e (patch)
tree2a2cd24a53508fca48dc772e4fb542f38e3c706d
parentfix(hm/impermanence): Persist `~/.local/state/mpv` (diff)
downloadnixos-config-8096743ff2d73e10b4a160821457d0260a8a1e0e.tar.gz
nixos-config-8096743ff2d73e10b4a160821457d0260a8a1e0e.zip
docs(hm/pkgs/scrs/neorg/utils): Fix typo in comment
-rwxr-xr-xhm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils b/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils
index c99de7fd..91da811a 100755
--- a/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils
+++ b/hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils
@@ -1,6 +1,7 @@
 #!/usr/bin/env dash
 
-# Runs it's first argument and then the second, regardless if the first failed or succeed
+# Runs it's first argument and then the second, regardless if the first failed or
+# succeeded
 utils0chain() {
     eval "$1"; eval "$2"
 }