mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(vscode): add vscp alias (#12092)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
parent
c007497431
commit
c6ce22f1d2
2 changed files with 19 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue