Sfoglia il codice sorgente

SQUASH: chore: 增加一些 shell 别名

dzp 1 anno fa
parent
commit
a808bbb216
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      profile.sh

+ 1 - 1
profile.sh

@@ -30,5 +30,5 @@ alias gba='git branch -a'
 alias gbb='git bv'
 alias gdf='git -p diff'
 alias gdca='git diff --cached'
-alias gsh='git sh'
+alias gsh='git show'
 alias grv='git remote -v'