dotfiles/zsh_variable-turbo
Irrlicht 69839e6266
[i3][zsh] Use environment variables for image path in i3 config
- 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.
2025-12-27 18:29:02 +01:00

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"