summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-08-23 17:05:33 +0200
committerUrbain Vaes <urbain@vaes.uk>2019-08-23 17:05:33 +0200
commitc32c3bfce9e3ee3d0c5a436457b6e6d1c2811506 (patch)
treed157a471cc858cc4ea22417ce1e651d00dac1e40 /zsh
parent97ae37f4c136138d0b603548bcd67ac38ec86db7 (diff)
parent0dbdefc7627eb3f62e6cf40034926271995abf75 (diff)
Merge branch 'master' of git.vaes.uk:public/dotfiles
Diffstat (limited to 'zsh')
-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"