mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:26:39 +00:00
9 lines
140 B
Bash
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
|