Skip to content

Instantly share code, notes, and snippets.

@wasdee
Created October 5, 2024 14:47
Show Gist options
  • Save wasdee/053431c2346c09c495516640f149e189 to your computer and use it in GitHub Desktop.
Save wasdee/053431c2346c09c495516640f149e189 to your computer and use it in GitHub Desktop.
cursor remote-local binary to $EDITOR
if command -v cursor &> /dev/null; then
export EDITOR="$(command -v cursor) --wait"
export SUDO_EDITOR="$(command -v cursor) --wait"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment