- Source a separate optional file in zsh for machine dependant variables. File is `$HOME/.zsh_variable` which can be a symbolic link to the corresponding file in the dotfiles repository.
4 lines
206 B
Text
4 lines
206 B
Text
export WAREHOUSE_AUTHOR="The Wild"
|
|
export WAREHOUSE_DIR="$HOME/repo/warehouse/blog"
|
|
export I3_SCREENSHOT_DIR="$HOME/picture/screenshot"
|
|
export I3_LOCK_BACKGROUND="$HOME/picture/background/desktop/lock.png"
|