mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-14 13:09:37 +01:00
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
|
export ZDOTDIR="/home/sahin/.config/zsh"
|
||
|
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||
|
|
||
|
export PATH="$PATH:$HOME/scripts:"
|
||
|
export PATH="$PATH:$HOME/.config/rofi/bin/:"
|
||
|
export PATH="$PATH:$HOME/.local/bin/"
|
||
|
|
||
|
[ ! -s ~/.config/mpd/pid ] && mpd
|