❯ git clone --depth=1 https://github.com/mbenford/zsh-tmux-auto-title ${ZSH_CUSTOM:~/.oh-my-zsh/custom}/plugins
zsh: bad math expression: operand expected at `/.oh-my-zs...'
2nd fix:
❯ git clone --depth=1 https://github.com/mbenford/zsh-tmux-auto-title "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins"
fatal: destination path '[...]/oh-my-zsh/custom/plugins' already exists and is not an empty directory.
1st fix:
2nd fix: