[+] fix 粘贴

This commit is contained in:
Martin 2025-01-06 16:53:04 +08:00
parent 2571ca9ffd
commit b504790438

View File

@ -39,3 +39,8 @@ driftfile /var/lib/chrony/drift
allow 127.0.0.1 allow 127.0.0.1
EOF EOF
systemctl restart chrony && systemctl enable chrony systemctl restart chrony && systemctl enable chrony
# fix vim 粘贴
if ! grep -q "set pastetoggle=" ~/.vimrc; then
echo "set pastetoggle=" >> ~/.vimrc
fi