Skip to content

Commit

Permalink
feat: add git town aliases
Browse files Browse the repository at this point in the history
Signed-off-by: lvlcn-t <[email protected]>
  • Loading branch information
lvlcn-t committed Nov 2, 2024
1 parent c0cc76f commit 5f12e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ fi
if command -v git-town &> /dev/null
then
alias gt="git town"
alias gts="git town sync"
alias gtb="git town branch"
alias gtsw="git town switch"
fi

# docker is a containerization platform: https://www.docker.com/
Expand Down

0 comments on commit 5f12e0b

Please sign in to comment.