Created
March 3, 2023 11:47
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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