diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-06-11 14:33:56 +0200 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2021-06-11 14:34:13 +0200 |
| commit | 5886d668f0216f0cc44894f6d71f97e8d95f255e (patch) | |
| tree | 1e2ebad2172470d248e8069f3fee4bc335157d01 /.bashrc | |
| parent | 79eff7c7dceec168cdeb23c894df43bff4c17d13 (diff) | |
Add z jump.
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
