Skip to content

Instantly share code, notes, and snippets.

@Lesmiscore
Created March 23, 2021 14:32
Show Gist options
  • Save Lesmiscore/cb0030a88ac06f0b98c5b82aea9a9095 to your computer and use it in GitHub Desktop.
Save Lesmiscore/cb0030a88ac06f0b98c5b82aea9a9095 to your computer and use it in GitHub Desktop.
#!/bin/bash
if ! [ -z "$VSCODE_GIT_ASKPASS_NODE" ] ; then
code --wait "$@"
else
nano "$@"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment