fix: set xdg_runtime_dir required by keyfork
This commit is contained in:
parent
06de2117dc
commit
5897a2fa5d
|
@ -2,6 +2,7 @@ export EDITOR=/bin/vi
|
|||
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
export PS1="[\h \t] \\$ "
|
||||
export GNUPGHOME=/.gnupg
|
||||
export XDG_RUNTIME_DIR=/tmp
|
||||
source /etc/environment
|
||||
cd /root
|
||||
clear
|
||||
|
|
Loading…
Reference in New Issue