Skip to content

Instantly share code, notes, and snippets.

@Hasil-Sharma
Last active February 2, 2025 06:55
Show Gist options
  • Save Hasil-Sharma/372a5e42056754cf35b96b250dfadef8 to your computer and use it in GitHub Desktop.
Save Hasil-Sharma/372a5e42056754cf35b96b250dfadef8 to your computer and use it in GitHub Desktop.
ZSH Alias
#!/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