Last active
February 2, 2025 06:55
-
-
Save Hasil-Sharma/372a5e42056754cf35b96b250dfadef8 to your computer and use it in GitHub Desktop.
ZSH Alias
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
#!/usr/bin/env bash | |
alias cn='code --new-window' | |
alias cr='code --reuse-window' | |
alias ca='code --add' | |
alias c='code' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment