[NVIM] Disable OSC52 on shared systems

This commit is contained in:
murgi
2025-08-05 09:51:43 +02:00
parent 689412b474
commit eddb0c81e3
3 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ if [[ $1 == "shared" ]]; then
mkdir -p $HOME/.config
rm -rf $HOME/.config/nvim
ln -Tsfv $PWD/nvim $HOME/.config/nvim
touch $HOME/.config/nvim/.shared_config
else
ln -Tsfv $PWD/zsh $HOME/.zsh
ln -Tsfv ~/.zsh/.zshrc $HOME/.zshrc