From 5886d668f0216f0cc44894f6d71f97e8d95f255e Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Fri, 11 Jun 2021 14:33:56 +0200 Subject: Add z jump. --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 59e36f0..df9d24f 100644 --- a/.bashrc +++ b/.bashrc @@ -17,6 +17,7 @@ complete -D -F _completion_loader -o bashdefault -o default # Load if available [ -f ~/.fzf.bash ] && . ~/.fzf.bash [ -f ~/.config/broot/launcher/bash/br ] && . ~/.config/broot/launcher/bash/br +[ -f ~/.local/src/z.sh ] && . ~/.local/src/z.sh # direnv hook _direnv_hook() { -- cgit v1.2.3