about summary refs log tree commit diff stats
path: root/bash/z.bash
blob: 0f644c7829d69684732c20718202fcdadca4cfb1 (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 [ -x "$zlua" ]; then
    export _ZL_DATA="${XDG_DATA_HOME:-$LOCAL_PREFIX/share}/zlua"
    eval "$(lua "$zlua" --init bash enhanced once)"
fi