summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-06-11 14:33:56 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-06-11 14:34:13 +0200
commit5886d668f0216f0cc44894f6d71f97e8d95f255e (patch)
tree1e2ebad2172470d248e8069f3fee4bc335157d01 /.bashrc
parent79eff7c7dceec168cdeb23c894df43bff4c17d13 (diff)
Add z jump.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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() {