raylu пре 2 година
родитељ
комит
0fc1054563
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -85,7 +85,7 @@ alias fd='fdfind'
 alias sr='screen -r'
 alias gip='git pull --ff-only'
 alias gil='git log --graph --abbrev-commit --stat --summary -C --decorate --date=local'
-alias gib='git branch -a'
+alias gib='git branch'
 alias gis='git status'
 alias gid='git diff -C --date=local'
 alias giw='git show -C --date=local --decorate'