diff --git a/.config/zsh/autoload/glog b/.config/zsh/autoload/glog index fb782b7..435f627 100755 --- a/.config/zsh/autoload/glog +++ b/.config/zsh/autoload/glog @@ -87,7 +87,7 @@ fi # Display an ascii graph of the commits in the above format and pipe that into # fzf. -git log "$formatshort" --graph "$dateshort" --color=always \ +git log "$formatshort" --graph "$dateshort" --color=always "$@" \ | fzf "${fzf_args[@]}" return 0