export Variable
This commit is contained in:
parent
931bf7e44e
commit
d353f294f2
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ if [ -n "$PS1" ] ;then
|
|||
# export SYSTEMD_PAGER=
|
||||
|
||||
### set userspecific variables #######
|
||||
[ -z "$PDSH_RCMD_TYPE" ] && PDSH_RCMD_TYPE=ssh
|
||||
[ -z "$XDG_RUNTIME_DIR" ] && export XDG_RUNTIME_DIR=/run/user/$(id -u $USER)
|
||||
[ -z "$PDSH_RCMD_TYPE" ] && export PDSH_RCMD_TYPE=ssh
|
||||
[ -z "$XDG_RUNTIME_DIR" ] && export export XDG_RUNTIME_DIR=/run/user/$(id -u $USER)
|
||||
|
||||
######################################
|
||||
|
||||
|
|
Loading…
Reference in a new issue