Skip to content

Commit

Permalink
fix(bash): wrong alias mgst
Browse files Browse the repository at this point in the history
  • Loading branch information
tanducmai committed Oct 23, 2023
1 parent eafb504 commit 76fd46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ alias gsh='git-sh'
alias gitsh='git-sh'
alias gst='git st'
alias gts='git st'
alias mgts='mgitstatus'
alias mgst='mgitstatus'
alias gcc='git cc'
alias gcm='git cm'
alias gca='git ca'
Expand Down

0 comments on commit 76fd46d

Please sign in to comment.