mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (markdown)
@@ -150,7 +150,7 @@ f() {
|
|||||||
# RUN THE COMMANDS ########################################################
|
# RUN THE COMMANDS ########################################################
|
||||||
# The cd command has no effect when run as background, and doesn't show up
|
# 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
|
# 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
|
if ! [[ $1 =~ ^(cd)$ ]]; then
|
||||||
$1 "${arguments[@]}" &
|
$1 "${arguments[@]}" &
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user