diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-15 15:50:43 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-08-15 15:50:43 +0200 |
commit | 912df73aab0375a1409f911770bcd23a289d6094 (patch) | |
tree | dac02d4bb3f778c17a6d2e8f9dad1f20d4d69da2 /.config/zsh | |
parent | Perfect timing (diff) | |
download | dotfiles-bsd-912df73aab0375a1409f911770bcd23a289d6094.tar.gz dotfiles-bsd-912df73aab0375a1409f911770bcd23a289d6094.tar.bz2 dotfiles-bsd-912df73aab0375a1409f911770bcd23a289d6094.tar.xz dotfiles-bsd-912df73aab0375a1409f911770bcd23a289d6094.tar.zst dotfiles-bsd-912df73aab0375a1409f911770bcd23a289d6094.zip |
Added evil-vimish-fold to Emacs
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/plugins.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh index 983f721..fec3908 100644 --- a/.config/zsh/plugins.zsh +++ b/.config/zsh/plugins.zsh @@ -1,3 +1,3 @@ source $HOME/Packages/git-prompt.zsh/git-prompt.zsh # source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh >/dev/null -source /usr/home/jozan/Packages/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null +source $HOME/Packages/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh >/dev/null |