diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-21 17:19:32 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-21 17:19:32 +0100 |
| commit | 76c9846dcbb8ddc157d016be8cf4afbfd1af7d89 (patch) | |
| tree | 59f70fb372ec43da4515df99130ffcdec61b815f /.bashrc | |
| parent | a75ce132b6847c69320491e2df03252b972b059b (diff) | |
.bashrc: replace z_lua with zoxide
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc index 6c21752..25fb9da 100644 --- a/.bashrc +++ b/.bashrc @@ -97,8 +97,8 @@ alias wlp=wl-paste [ -x "$(command -v direnv)" ] && eval "$(direnv hook bash)" # enable navi [ -x "$(command -v navi)" ] && eval "$(navi widget bash)" -# enable z_lua -[ -d "/usr/libexec/z_lua" ] && eval "$(luajit /usr/libexec/z_lua/z.lua --init bash enhanced once fzf)" +# enable zoxide +[ -x "$(command -v zoxide)" ] && eval "$(zoxide init bash)" # enable starship [ -x "$(command -v starship)" ] && eval "$(starship init bash)" # Use keychain to reuse the ssh-agent and gpg-agent between logins |