From aa102f49e205000bdf652f3dc612091136729728 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 28 Sep 2022 19:16:59 +0200 Subject: bashrc: unconditionally load z_lua --- .bashrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 0ad2e42..29eedc0 100644 --- a/.bashrc +++ b/.bashrc @@ -34,10 +34,9 @@ eval "$(direnv hook bash)" # enable navi eval "$(navi widget bash)" # enable z.lua -if [ -d /usr/libexec/z_lua ]; then - eval "$(luajit /usr/libexec/z_lua/z.lua --init bash enhanced once fzf)" - # safe_load /usr/libexec/z_lua/czmod/czmod.bash -fi +eval "$(luajit /usr/libexec/z_lua/z.lua --init bash enhanced once fzf)" +# safe_load /usr/libexec/z_lua/czmod/czmod.bash + # enable starship eval "$(starship init bash)" -- cgit 1.4.1