Skip to content

Commit

Permalink
chore: dependency for vscode from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jan 19, 2024
1 parent 8a3679d commit a1b28e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/extends/.zshrc.extends.git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

echo "extends.git.sh loaded"

# depends on zsh/extends/.zshrc.extends.vscode.sh
source "$HOME/shell-config/zsh/extends/.zshrc.extends.vscode.sh"

alias gl="git log"
alias gd="git diff"
alias gs="git status"
Expand Down

0 comments on commit a1b28e8

Please sign in to comment.