diff options
author | Soispha <soispha@vhack.eu> | 2023-11-25 12:57:56 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-25 12:57:56 +0100 |
commit | 203ad545738786bf9eb18ca7b5ad7cd344bef062 (patch) | |
tree | 32adf5c90ae1159d4070175a90308c86bd054ff3 | |
parent | fix(hm/conf/nvim/lsp/rust-analyzer): Don't install rustc and cargo (diff) | |
download | nixos-config-203ad545738786bf9eb18ca7b5ad7cd344bef062.tar.gz nixos-config-203ad545738786bf9eb18ca7b5ad7cd344bef062.zip |
fix(hm/pkgs/srcs/neorg): Prepare to new shell-library version
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/neorg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg index 9d45e17c..251b6a7e 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -13,7 +13,7 @@ help() { cat << EOF This is a quick wrapper to make starting neorg easier. -Usage: +USAGE: $NAME [OPTIONS] [COMMAND] OPTIONS: @@ -47,7 +47,7 @@ COMMANDS: add Allows you to quickly add projects ARGUMENTS: - ID | *([0-9]) := $(cat %ID_GENERATION_FUNCTION) + ID | *([0-9]) := [[$(cat %ID_GENERATION_FUNCTION)]] The function displays all possible IDs of the eligable tasks. WS := %ALL_WORKSPACES |