Skip to content

Commit 0cf4ccc

Browse files
🩹 fix(fish): Use correct command for git abbreviations.
1 parent c749617 commit 0cf4ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/fish/aliases.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ abbr ef "vim (bfs -type f | fzf -m)"
7474
abbr ec "vim (rg --hidden -g '!.git/*' '>>>>>>>' -l)"
7575

7676
# Alias all git aliases
77-
for al in (git la)
77+
for al in (git aliases)
7878
abbr g$al "git $al"
7979
end
8080

0 commit comments

Comments
 (0)