summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2022-03-18 14:56:02 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2022-03-18 14:56:02 -0500
commit1bfe9b4360a4c5708915325adb4a573180b9f7bd (patch)
tree9bdc0db898f3ceeda4a359c113088b09ceb022db
parent994d220330d772223f903c4749685f869621cdc1 (diff)
downloaddotconfig-1bfe9b4360a4c5708915325adb4a573180b9f7bd.tar.xz
dotconfig-1bfe9b4360a4c5708915325adb4a573180b9f7bd.zip
unhidden xauthority in .config and use fast syntax highliyghting
-rw-r--r--zsh/profile/zprofile.voidx2502
-rw-r--r--zsh/zprofile2
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