mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
space
This commit is contained in:
parent
96700aaeac
commit
eb47cd85a6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue