From 2dd9793494aa836080234bed5c0b309365d0be93 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 5 Apr 2023 01:30:14 +0200 Subject: [PATCH] I don't have .Xauthority file anymore. --- zsh/cleanhome.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/cleanhome.zsh b/zsh/cleanhome.zsh index 30fdb2a..abc794e 100644 --- a/zsh/cleanhome.zsh +++ b/zsh/cleanhome.zsh @@ -1,4 +1,3 @@ export GNUPGHOME="$XDG_DATA_HOME/gnupg" -export XAUTHORITY="$XDG_CACHE_HOME/Xauthority" export LESSHISTFILE='/dev/null' mkdir -p ~/.local/share/tig