From d2945aad124b1655dd904537edef395747f8eb2c Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sat, 22 Aug 2020 13:12:09 +0100 Subject: [PATCH] Add z jump from zsh plugins --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 57b9eac..e9d8310 100644 --- a/.zshrc +++ b/.zshrc @@ -60,7 +60,7 @@ HIST_STAMPS="dd.mm.yyyy" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(zsh-autosuggestion zsh-syntax-highlighting encode64 gitignore) +plugins=(zsh-autosuggestion zsh-syntax-highlighting encode64 gitignore zsh-z) source $ZSH/oh-my-zsh.sh # tmux source-file /home/viktor/.tmux.conf @@ -160,4 +160,4 @@ export NVM_DIR="$HOME/.nvm" export PATH="/home/viktor/.local/bin:$PATH" # Load Z to jump around recent dirs -. ~/z.sh +#. ~/z.sh