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