diff options
Diffstat (limited to 'zsh/zprofile')
-rw-r--r-- | zsh/zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zprofile b/zsh/zprofile index a138e90..ab2d1d9 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -7,7 +7,7 @@ export BROWSER="launch brave" # Clean up home directory export XDG_CACHE_HOME="$HOME/.cache" -export XAUTHORITY="$XDG_CACHE_HOME/x11/.Xauthority" +export XAUTHORITY="$XDG_CACHE_HOME/x11/Xauthority" export XDG_CONFIG_HOME="$HOME/.config" export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc |