From 1bfe9b4360a4c5708915325adb4a573180b9f7bd Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Fri, 18 Mar 2022 14:56:02 -0500 Subject: unhidden xauthority in .config and use fast syntax highliyghting --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zprofile') 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 -- cgit v1.2.3