diff options
| -rw-r--r-- | .bashrc | 7 |
1 files changed, 3 insertions, 4 deletions
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)" |