aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-11 20:28:29 -0500
committertdro <tdro@users.noreply.github.com>2020-01-11 20:28:29 -0500
commit62327eb970ef6e5c8d2ddcec8b266117e66c83f8 (patch)
treed43de1be9c257e4b72c2f7ce396334ac1c5f6619 /.bashrc
parent6e49280021efabb3f2c758fa4109b04a346aed7a (diff)
downloaddotfiles-62327eb970ef6e5c8d2ddcec8b266117e66c83f8.tar.gz
dotfiles-62327eb970ef6e5c8d2ddcec8b266117e66c83f8.tar.bz2
dotfiles-62327eb970ef6e5c8d2ddcec8b266117e66c83f8.zip
.bashrc: Check if fzf marks exist first
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index a4a7df8..7ceefb9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -156,7 +156,7 @@ export FZF_DEFAULT_OPTS="--color=fg:255,hl:9 \
--color=marker:109,spinner:248,header:255"
# source fzm
-source "$HOME/.config/fzf-marks/fzf-marks.plugin.bash"
+[ -f "$HOME"/.config/fzf-marks/fzf-marks.plugin.bash ] && source "$HOME/.config/fzf-marks/fzf-marks.plugin.bash"
# change directory with fzf
fd() {