diff options
| -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 |