From 8eda07df4cd8953fbf73a8d3cebd1adcf97d6d2b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 3 Jan 2026 22:57:15 +0800 Subject: Add Zsh plugin support with prompt integration --- scripts/zsh_support/install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/zsh_support/install.sh (limited to 'scripts/zsh_support/install.sh') diff --git a/scripts/zsh_support/install.sh b/scripts/zsh_support/install.sh new file mode 100755 index 0000000..aa92952 --- /dev/null +++ b/scripts/zsh_support/install.sh @@ -0,0 +1,3 @@ +#!/bin/zsh +cd "$(dirname "$0")" +cp jvcs.plugin.zsh ~/.oh-my-zsh/custom/plugins/jvcs/jvcs.plugin.zsh -- cgit