mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user