From 7baa3c352ef1b7d54d4093b48d8db4e788c671b0 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 10 Feb 2020 21:23:21 -0600 Subject: [PATCH] Update .zshrc --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c86b368..bcf3695 100644 --- a/.zshrc +++ b/.zshrc @@ -39,3 +39,4 @@ bindkey '^ ' autosuggest-accept # Load ; should be last. source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null +source /usr/share/autojump/autojump.zsh 2>/dev/null