summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-08-19 12:29:57 +0200
committerUrbain Vaes <urbain@vaes.uk>2019-08-19 12:38:54 +0200
commit504321b84aca2ca20a869ffebb312b25c7ff2617 (patch)
tree746f396b36930e3037d4808800de7d4f4dc060aa /zsh/.zshrc
parent5d36e3a6a82e316ead20c00e5e742cb4215d1c03 (diff)
Store plugins in $HOME/dotfiles/plugins
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index e6aad75..cee9822 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -64,7 +64,7 @@ fi
[ ! -d ~/.zsh/zgen ] && git clone https://github.com/tarjoilija/zgen.git ~/.zsh/zgen
source "$HOME/.zsh/zgen/zgen.zsh"
-FZF_MARKS_PLUGIN_ZSH=$HOME/Dropbox/projects/fzf-marks/fzf-marks.plugin.zsh
+FZF_MARKS_PLUGIN_ZSH=$HOME/dotfiles/plugins/fzf-marks/fzf-marks.plugin.zsh
FZF_MARKS_COMMAND='fzf --height 40% --reverse -e'
[ -f "$FZF_MARKS_PLUGIN_ZSH" ] && source "$FZF_MARKS_PLUGIN_ZSH"