1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

feat(vscode): add vscp alias (#12092)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Ali Sajid Imami
2024-01-17 10:50:23 -05:00
committed by GitHub
parent c007497431
commit c6ce22f1d2
2 changed files with 19 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
# https://github.com/MarsiBarsi (original author)
# https://github.com/babakks
# https://github.com/SteelShot
# https://github.com/AliSajid
# Verify if any manual user choice of VS Code exists first.
if [[ -n "$VSCODE" ]] && ! which $VSCODE &>/dev/null; then
@@ -38,6 +39,7 @@ alias vscn="$VSCODE --new-window"
alias vscr="$VSCODE --reuse-window"
alias vscw="$VSCODE --wait"
alias vscu="$VSCODE --user-data-dir"
alias vscp="$VSCODE --profile"
alias vsced="$VSCODE --extensions-dir"
alias vscie="$VSCODE --install-extension"