fix: use autostart instead of xprofile

This commit is contained in:
Michel 2024-01-31 10:51:27 +01:00
parent f970fc3aea
commit e024a5e910
3 changed files with 8 additions and 2 deletions

View File

@ -0,0 +1,6 @@
[Desktop Entry]
Exec=/home/michel/bin/once-connected.zsh
Icon=user
Name=once-connected.zsh
Terminal=false
Type=Application

View File

@ -0,0 +1,2 @@
NC_STORAGE=$HOME/NC-Michel/Linux/folder
ALT_HISTORY_FILE=$HOME/NC-Michel/Linux/another-folder/history

View File

@ -1,2 +0,0 @@
export NC_STORAGE="$HOME/NC-Michel/Linux/folder"
export ALT_HISTORY_FILE="$HOME/NC-Michel/Linux/another-folder/history"