diff options
author | Jim Hester <james.f.hester@gmail.com> | 2012-11-02 11:14:45 -0400 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-05-28 11:22:35 +0200 |
commit | 97ab436f7f8823586fd9f3ef21ec1248abdc1262 (patch) | |
tree | 5bb84a65b0d72d861c1e3afadaf6346e1ad0b127 /plugins | |
parent | 6bf7f39345db64e5c37a5c5ac2e8189df0f8a8c6 (diff) | |
download | zsh-97ab436f7f8823586fd9f3ef21ec1248abdc1262.tar.gz zsh-97ab436f7f8823586fd9f3ef21ec1248abdc1262.tar.bz2 zsh-97ab436f7f8823586fd9f3ef21ec1248abdc1262.zip |
Fix path for colemak plugin
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/colemak/colemak.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/colemak/colemak.plugin.zsh b/plugins/colemak/colemak.plugin.zsh index 34d42c280..cb7cc5068 100644 --- a/plugins/colemak/colemak.plugin.zsh +++ b/plugins/colemak/colemak.plugin.zsh @@ -19,4 +19,4 @@ bindkey -a 'N' vi-join bindkey -a 'j' vi-forward-word-end bindkey -a 'J' vi-forward-blank-word-end -lesskey $ZSH_CUSTOM/plugins/colemak/colemak-less +lesskey $ZSH/plugins/colemak/colemak-less |