From da90d3f7446432ef723766133532362725ddb3ae Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Mon, 21 Sep 2020 17:44:45 +0200 Subject: [PATCH] Deactivate sorting in fzf when using glog --- .config/zsh/plugins/functionsPost.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/plugins/functionsPost.zsh b/.config/zsh/plugins/functionsPost.zsh index 49d35f4..c83fbde 100644 --- a/.config/zsh/plugins/functionsPost.zsh +++ b/.config/zsh/plugins/functionsPost.zsh @@ -378,6 +378,8 @@ glog() { " # Reverse the layout so that the newest commit is at the top "--reverse" + # Do not sort when typing to maintain the sorting by date + "--no-sort" ) # Display an ascii graph of the commits in the above format and pipe that