Add some XDG stuff to .profile

This commit is contained in:
Leon Grünewald 2021-01-04 11:25:10 +01:00
parent 8f7d0927f2
commit 0dbf6b2322

View file

@ -1,2 +1,5 @@
export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$(hostname)" export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$(hostname)"
export PATH="$HOME/.cargo/bin:$PATH" 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"