Skip to content

Commit

Permalink
zsh: alias for rebasing last two commits
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed May 31, 2024
1 parent 523df3b commit ad3eb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ alias gitls='git ls'
alias gitll='git ll'
alias gitla='git la'
alias gitcl='git clone'
alias gitfixup='git rebase -i HEAD~2'

# vscodium
alias code='codium'
Expand Down

0 comments on commit ad3eb24

Please sign in to comment.