about summary refs log tree commit diff stats
path: root/bash/z.bash
blob: d84fd55fe2e9829ee0d998561502fba7f92d83d6 (plain)
1
2
3
4
5
6
7
8
9
### z.lua integration
# https://github.com/skywind3000/z.lua

zlua="$HOME/misc/z.lua/z.lua"

if [ -f "$zlua" ]; then
    export _ZL_DATA="${XDG_DATA_HOME:-$LOCAL_PREFIX/share}/zlua"
    eval "$(lua "$zlua" --init bash enhanced once)"
fi