From 9615a151263c717a35cfa17bc85c4f1bc0089843 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 7 Apr 2023 03:18:55 -0700 Subject: [PATCH] zsh: add required OMZ library functions --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 39ea14a..75efe88 100644 --- a/.zshrc +++ b/.zshrc @@ -47,6 +47,8 @@ ${SKIP_PLUGINS:-false} || { zinit snippet OMZ::lib/completion.zsh # Terminal titling zinit snippet OMZ::lib/termsupport.zsh + # Required lib functions (specifically omz_urlencode) + zinit snippet OMZ::lib/functions.zsh # Quality of life