Skip to content

Instantly share code, notes, and snippets.

@BlendyDev
Created November 1, 2024 16:25
Show Gist options
  • Select an option

  • Save BlendyDev/f557505b64f95cd4c055db31e33ae11f to your computer and use it in GitHub Desktop.

Select an option

Save BlendyDev/f557505b64f95cd4c055db31e33ae11f to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p /tmp/zshrc-pluginless
cat ~/.zshrc | sed "s/^plugins=/#plugins=/" > /tmp/zshrc-pluginless/.zshrc
ZDOTDIR="/tmp/zshrc-pluginless" zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment