mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
removed bash and added mkshrc
This commit is contained in:
parent
1406e81f40
commit
381aaffe4e
14 changed files with 260 additions and 17 deletions
|
@ -42,9 +42,9 @@ _fzf_bash_completion_flatten_subshells() {
|
|||
printf '%s\n' "$line$buffer"
|
||||
buffer=
|
||||
fi
|
||||
done < <(tac)
|
||||
done < <(cat)
|
||||
printf '%s\n' "$buffer"
|
||||
) | tac
|
||||
) | cat
|
||||
}
|
||||
|
||||
_fzf_bash_completion_find_matching_bracket() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue