Skip to content

Commit 48eb9f0

Browse files
committed
bash-config: fix conflict with gs
1 parent 3ace70c commit 48eb9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc.d/.vcs_git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ alias gta="git stash apply"
1818
alias gm="git merge"
1919
alias gr="git rebase"
2020
alias gl="git log --oneline --decorate --graph"
21-
alias gs="git show"
21+
alias gsh="git show"
2222
alias gd="git diff"
2323
alias gdc="git diff --cached"
2424
alias gbl="git blame"

0 commit comments

Comments
 (0)