diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-08-10 11:21:27 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-08-10 11:21:27 -0400 |
commit | 12e2d2027a5f03ce4aa2ebe7cc4710ca6e0ff945 (patch) | |
tree | baa22a73b383475e013ae160c234342e2d5e6f38 /zshrc | |
parent | 05419ad0b0ec072d9b3f4a1e0e8b3555106db8e2 (diff) |
Use jump plugin for zsh bookmarks.
Diffstat (limited to 'zshrc')
-rwxr-xr-x | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ if ! zgen saved; then # zgen oh-my-zsh plugins/git zgen oh-my-zsh plugins/sudo zgen oh-my-zsh plugins/history - zgen oh-my-zsh plugins/autojump + zgen oh-my-zsh plugins/jump zgen oh-my-zsh plugins/command-not-found zgen oh-my-zsh plugins/taskwarrior zgen load zsh-users/zsh-syntax-highlighting |