From fc9d031608422db43f9b229de864632d178f998a Mon Sep 17 00:00:00 2001 From: Christopher Apple Date: Mon, 21 Mar 2022 08:30:50 -0700 Subject: [PATCH] Revert "Revert "Revert "Revert "Bad test commit to be reverted"""" This reverts commit 0cde6852bcf26e9efa7f3119a51c09e5639524c4. --- forgit.plugin.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/forgit.plugin.zsh b/forgit.plugin.zsh index 3cba1cb..4284f42 100755 --- a/forgit.plugin.zsh +++ b/forgit.plugin.zsh @@ -35,6 +35,7 @@ forgit::log() { FZF_DEFAULT_OPTS="$opts" fzf } + # git diff viewer forgit::diff() { forgit::inside_work_tree || return 1