style(zsh): format

This commit is contained in:
Price Hiller 2022-09-04 15:21:44 -05:00
parent 577696f501
commit 1d1e0ff3cf

View File

@ -1,4 +1,4 @@
#!/usr/bin/env zsh
export BASE_ZSH_CONFIG_DIR="$(dirname -- "$( readlink -f -- "${0}" )")"
source "${BASE_ZSH_CONFIG_DIR}/config/init.zsh"
export BASE_ZSH_CONFIG_DIR="$(dirname -- "$(readlink -f -- "${0}")")"
source "${BASE_ZSH_CONFIG_DIR}/config/init.zsh"