Add some XDG stuff to .profile
This commit is contained in:
parent
8f7d0927f2
commit
0dbf6b2322
1 changed files with 3 additions and 0 deletions
3
.profile
3
.profile
|
@ -1,2 +1,5 @@
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue