Skip to content

Commit

Permalink
✨ Add alias to .zshrc to open vscodium
Browse files Browse the repository at this point in the history
  • Loading branch information
ambertia committed Dec 23, 2024
1 parent a8527b5 commit 83161a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ gm() {
gc() {
git commit $@
}
# Use default vscode command as an alias for vscodium
code() {
vscodium .
}
# --------------------------------------------------------------------


Expand Down

0 comments on commit 83161a9

Please sign in to comment.