5 lines
138 B
Bash
5 lines
138 B
Bash
#!/usr/bin/env zsh
|
|
|
|
export BASE_ZSH_CONFIG_DIR="$(dirname -- "$(readlink -f -- "${0}")")"
|
|
source "${BASE_ZSH_CONFIG_DIR}/config/init.zsh"
|