Files
dotfiles/shell/z.sh

9 lines
140 B
Bash

#
# Setup for z (https://github.com/rupa/z)
#
if [ -f "$DOTSHELL/z/z.sh" ]; then
_Z_NO_RESOLVE_SYMLINKS=1
source "$DOTSHELL/z/z.sh"
fi