mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-12 20:19:37 +01:00
4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:=$HOME/.config}"
|
|
export ZDOTDIR="${ZDOTDIR:=$XDG_CONFIG_HOME/zsh}"
|
|
export PATH="$HOME/scripts/:$HOME/.local/bin/:$PATH"
|