Skip to content

Commit

Permalink
Add git worktree aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Jul 31, 2024
1 parent f0b0540 commit 00a8a22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ alias ls='ls --color=auto'
alias egrep='grep -E' # Silence egrep deprecation message
alias cdtemp='cd $(mktemp -d)'

# git worktree
alias gwa="git worktree add"
alias gwr="git worktree remove"

# stackrox stuff
if [[ -f "${HOME}/.infra" ]]; then
source "${HOME}/.infra"
Expand Down

0 comments on commit 00a8a22

Please sign in to comment.