diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-11-16 12:35:55 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-11-16 12:35:55 +0100 |
commit | 543c43ea1c8cbb938a5a5bcf06778100ca4c9728 (patch) | |
tree | b5bb5466165fcec8de370b5bd61d4132baf52f2d /bash/.bashrc | |
parent | 5b2db8132927bceb9e0907a07ad6e71406f81bbe (diff) |
Move ~/bin to ~/.local/bin
Diffstat (limited to 'bash/.bashrc')
-rw-r--r-- | bash/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index a8153ac..542ce53 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -11,4 +11,5 @@ fi # FZF [ -f ~/.fzf.bash ] && source ~/.fzf.bash -source ~/.zgen/urbainvaes/fzf-marks-master/fzf-marks.plugin.bash +FZF_MARKS_PLUGIN=$HOME/Dropbox/projects/fzf-marks/fzf-marks.plugin.bash +[ -f "$FZF_MARKS_PLUGIN" ] && source "$FZF_MARKS_PLUGIN" |