diff --git a/.config/zsh/autoload/git/glog b/.config/zsh/autoload/git/glog index 4b1ecb1..caed4c3 100755 --- a/.config/zsh/autoload/git/glog +++ b/.config/zsh/autoload/git/glog @@ -119,5 +119,5 @@ fi # Display an ascii graph of the commits in the above format and pipe that into # fzf. git log "$formatshort" --graph "$dateshort" --color=always "$@" \ -| fzf "${fzf_args[@]}" +| env LESS="$LESS${LESS:+ }-+F" fzf "${fzf_args[@]}" return 0