[zsh] added XDG_RUNTIME_DIR to zshenv
This commit is contained in:
parent
685ca0b086
commit
f2da0e6ee5
1 changed files with 1 additions and 0 deletions
|
@ -44,5 +44,6 @@ export XDG_CONFIG_HOME="${HOME}/.config"
|
|||
export XDG_CACHE_HOME="${HOME}/.cache"
|
||||
export XDG_DATA_HOME="${HOME}/.local/share"
|
||||
export XDG_STATE_HOME="${HOME}/.local/state"
|
||||
export XDG_RUNTIME_DIR=/tmp
|
||||
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Add table
Reference in a new issue