5 lines
139 B
Bash
5 lines
139 B
Bash
# ${0:A:h} is the current file (0)
|
|
# with symbolic links resolved (A)
|
|
# with truncated final path component (h)
|
|
source "${0:A:h}/pure.zsh"
|