Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fzf-marks.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

command -v fzf >/dev/null 2>&1 || return
type -P fzf >/dev/null || return

if [[ -z ${FZF_MARKS_FILE-} ]] ; then
FZF_MARKS_FILE=$HOME/.fzf-marks
Expand Down
2 changes: 1 addition & 1 deletion fzf-marks.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

command -v fzf >/dev/null 2>&1 || return
type -P fzf >/dev/null || return
Comment thread
3ximus marked this conversation as resolved.
Outdated

if [[ -z ${FZF_MARKS_FILE-} ]] ; then
FZF_MARKS_FILE=$HOME/.fzf-marks
Expand Down