diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-09 15:10:27 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-09 15:10:27 -0700 |
commit | 3f95d4ec0753870d59f5b5c0d96d94ce155ce234 (patch) | |
tree | 77c4a85cd7db52ae8a7ce8ebb421b7de4fa0a43c /.profile | |
parent | 0768ce3cab2a3e3f4e3c5ed16d8e45c77975c035 (diff) |
MULLVAD_SETTINGS_DIR needs to be set in systemd service file instead of .profile
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -36,8 +36,6 @@ export QT_QPA_PLATFORMTHEME=gtk2 export SDCV_PAGER='less --quit-if-one-screen -RX' export SXHKD_SHELL=sh export _ZO_ECHO=1 -# aur mullvad-vpn-bin version 2021.4 MULLVAD_SETTINGS_DIR not working -#export MULLVAD_SETTINGS_DIR="$XDG_CONFIG_HOME/Mullvad VPN/" # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" |