devconf/.profile
2021-01-04 11:25:10 +01:00

5 lines
212 B
Bash

export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$(hostname)"
export PATH="$HOME/.cargo/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"