diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-18 14:56:02 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-18 14:56:02 -0500 |
commit | 1bfe9b4360a4c5708915325adb4a573180b9f7bd (patch) | |
tree | 9bdc0db898f3ceeda4a359c113088b09ceb022db | |
parent | 994d220330d772223f903c4749685f869621cdc1 (diff) | |
download | dotconfig-1bfe9b4360a4c5708915325adb4a573180b9f7bd.tar.xz dotconfig-1bfe9b4360a4c5708915325adb4a573180b9f7bd.zip |
unhidden xauthority in .config and use fast syntax highliyghting
-rw-r--r-- | zsh/profile/zprofile.voidx250 | 2 | ||||
-rw-r--r-- | 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 |