diff --git a/bin/git-forgit b/bin/git-forgit index ea064b4..bd47a4b 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -1113,7 +1113,7 @@ _forgit_ignore() { args=() while IFS='' read -r arg; do args+=("$arg") - done < <(_forgit_paths_list "$FORGIT_GI_TEMPLATES" .gitignore | + done < <(_forgit_paths_list "$FORGIT_GI_TEMPLATES" .gitignore | nl -w4 -s' ' | FZF_DEFAULT_OPTS="$opts" fzf | awk '{print $2}') fi