diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-03 22:57:15 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-03 22:57:15 +0800 |
| commit | 8eda07df4cd8953fbf73a8d3cebd1adcf97d6d2b (patch) | |
| tree | 17903e4a939f462601afc921dc6c24fb579fa151 /scripts/zsh_support/install.sh | |
| parent | 6bc0b1c04f8e2535648bb791a0a803c15115d2bc (diff) | |
Add Zsh plugin support with prompt integration
Diffstat (limited to 'scripts/zsh_support/install.sh')
| -rwxr-xr-x | scripts/zsh_support/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
