This commit is contained in:
Tinh Vo - dv59huli 2025-04-09 23:26:06 +02:00
parent 96700aaeac
commit eb47cd85a6

View file

@ -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