aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-04-05 19:20:04 -0400
committertdro <tdro@users.noreply.github.com>2020-04-05 19:20:04 -0400
commit6d649e52ca7d7b983dc8fa87c598b8b641d4ae40 (patch)
treed13340c6cb16b7f3357e683aaa436075ee8091cb /.bash_profile
parent433a613e32dcae4041ca2ce4862ed1f1f4c17334 (diff)
downloaddotfiles-6d649e52ca7d7b983dc8fa87c598b8b641d4ae40.tar.gz
dotfiles-6d649e52ca7d7b983dc8fa87c598b8b641d4ae40.tar.bz2
dotfiles-6d649e52ca7d7b983dc8fa87c598b8b641d4ae40.zip
.bashrc: Source fzm from bashrc
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index 5f85421..b6d9a9f 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -26,6 +26,3 @@ export FZF_DEFAULT_OPTS="--color=fg:255,hl:9 \
# source frequently changed files
. /etc/profile.d/theme.sh
-
-# source fzm
-[ -f "$HOME/.config/fzf-marks/fzf-marks.plugin.bash" ] && . "$HOME/.config/fzf-marks/fzf-marks.plugin.bash"