Skip to content

Instantly share code, notes, and snippets.

@bumbummen99
Created March 3, 2023 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bumbummen99/91ea1e6672e2df9d7c9bad3182cfe20b to your computer and use it in GitHub Desktop.
Save bumbummen99/91ea1e6672e2df9d7c9bad3182cfe20b to your computer and use it in GitHub Desktop.
Bash aliases for VS Code to quickly open a new window in the current directory from the command line.
alias codehere='code-here'
alias code-here='code -n -g .'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment