diff options
author | Soispha <soispha@vhack.eu> | 2024-01-13 22:01:43 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-13 22:01:43 +0100 |
commit | 8096743ff2d73e10b4a160821457d0260a8a1e0e (patch) | |
tree | 2a2cd24a53508fca48dc772e4fb542f38e3c706d | |
parent | fix(hm/impermanence): Persist `~/.local/state/mpv` (diff) | |
download | nixos-config-8096743ff2d73e10b4a160821457d0260a8a1e0e.tar.gz nixos-config-8096743ff2d73e10b4a160821457d0260a8a1e0e.zip |
docs(hm/pkgs/scrs/neorg/utils): Fix typo in comment
-rwxr-xr-x | hm/soispha/pkgs/scripts/specific/neorg/sh/functions/utils | 3 |
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" } |