m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Updated Examples (markdown)

Matthew Bennett
2020-10-18 20:10:01 +02:00
parent 7ceeee8d0d
commit d86568d6b0

@@ -150,7 +150,7 @@ f() {
# RUN THE COMMANDS ########################################################
# The cd command has no effect when run as background, and doesn't show up
# as a job the can be brought to the foreground. So we make sure not to add
# a & (more programs can be added separated by a '|')
# a '&' (more programs can be added separated by a '|')
if ! [[ $1 =~ ^(cd)$ ]]; then
$1 "${arguments[@]}" &
else