mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-14 04:59:36 +01:00
9 lines
254 B
Bash
9 lines
254 B
Bash
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
|