Add urltools plugin

This commit is contained in:
Kevin Cotugno 2022-10-03 06:58:16 -07:00
parent 60b32b776d
commit 2dbc5c5394

1
.zshrc
View File

@ -11,6 +11,7 @@ if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then
export plugins=(
themes
git
urltools
)
if [[ $(command -v tmux) ]]; then