7 lines
179 B
Bash
7 lines
179 B
Bash
# proxy file for oh-my-zsh and antigen
|
|
|
|
# ${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"
|