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/profile/zprofile.voidx250 | 2 +- zsh/zprofile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 index bb7e164..4bc5886 100644 --- a/zsh/profile/zprofile.voidx250 +++ b/zsh/profile/zprofile.voidx250 @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +export ZPLUGINS="/home/timmy/.local/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" source /home/timmy/.config/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