From 76c9846dcbb8ddc157d016be8cf4afbfd1af7d89 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 21 Nov 2022 17:19:32 +0100 Subject: .bashrc: replace z_lua with zoxide --- .bashrc | 4 ++-- 1 file 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 -- cgit 1.4.1