From 44aec09d6203b39034c0a88698f3e261022eac56 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 21 Nov 2025 12:29:31 -0500 Subject: [PATCH] feat: Updates neovim config, and shorten-url create. --- env/.config/nvim | 2 +- env/.local/scripts/utils/shorten-url/create | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env/.config/nvim b/env/.config/nvim index 001bd77..d693bb8 160000 --- a/env/.config/nvim +++ b/env/.config/nvim @@ -1 +1 @@ -Subproject commit 001bd77971adea596268d46228b8c8dcaea6f99a +Subproject commit d693bb857124dc6f225be42e92367f1741032cea diff --git a/env/.local/scripts/utils/shorten-url/create b/env/.local/scripts/utils/shorten-url/create index 8346010..2d47341 100755 --- a/env/.local/scripts/utils/shorten-url/create +++ b/env/.local/scripts/utils/shorten-url/create @@ -56,7 +56,7 @@ generate_json() { '{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true, validUntil: $validUntil}' else jq -n --arg longUrl "$url" --arg shortCode "$shortCode" --argjson tags "$tagsJson" \ - '{longUrl: $longUrl, shortCode: $shortCode, tags: $tags, findIfExists: true}' + '{longUrl: $longUrl, customSlug: $shortCode, tags: $tags, findIfExists: true}' fi }