From 2dbc5c539416bfbed49c52ca5bf8320e3c631be3 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 3 Oct 2022 06:58:16 -0700 Subject: [PATCH] Add urltools plugin --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 286104d..fcc01e6 100644 --- a/.zshrc +++ b/.zshrc @@ -11,6 +11,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then export plugins=( themes git + urltools ) if [[ $(command -v tmux) ]]; then