Merge branch 'lance/set-xdg-runtime'
This commit is contained in:
commit
a224d4114e
|
@ -2,6 +2,7 @@ export EDITOR=/bin/vi
|
||||||
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
|
||||||
export PS1="[\h \t] \\$ "
|
export PS1="[\h \t] \\$ "
|
||||||
export GNUPGHOME=/.gnupg
|
export GNUPGHOME=/.gnupg
|
||||||
|
export XDG_RUNTIME_DIR=/tmp
|
||||||
source /etc/environment
|
source /etc/environment
|
||||||
cd /root
|
cd /root
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Reference in New Issue