diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-23 17:05:33 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-23 17:05:33 +0200 |
commit | c32c3bfce9e3ee3d0c5a436457b6e6d1c2811506 (patch) | |
tree | d157a471cc858cc4ea22417ce1e651d00dac1e40 /zsh | |
parent | 97ae37f4c136138d0b603548bcd67ac38ec86db7 (diff) | |
parent | 0dbdefc7627eb3f62e6cf40034926271995abf75 (diff) |
Merge branch 'master' of git.vaes.uk:public/dotfiles
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |