Run a command whose absolute path is stored in a variable
I have a script below, which stores the absolute path of FZF
in a variable named fzf_cmd
. I want to execute FZF
using this variable. It works in Bash but not in Zsh.
I have a script below, which stores the absolute path of FZF
in a variable named fzf_cmd
. I want to execute FZF
using this variable. It works in Bash but not in Zsh.