9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
|
# https://wiki.debian.org/Xsession
|
||
|
LOG=$HOME/.xsessionrc.log
|
||
|
touch $LOG
|
||
|
|
||
|
export NC_STORAGE=$HOME/NC-Michel/Linux/michdell
|
||
|
export ALT_HISTORY_FILE=$HOME/NC-Michel/Linux/VQubes/history
|
||
|
|
||
|
export >> $LOG
|