diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-18 14:54:28 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-03-18 14:54:28 -0500 |
commit | b8f11eab9e79d617d0f0d92117a0dd18323622ea (patch) | |
tree | 54b26afaf01226582993002318157d8da71ae4ea /zsh/profile | |
parent | 3d5aa2fded077a1cd5bae72fe352e5c1bceddc94 (diff) | |
download | dotconfig-b8f11eab9e79d617d0f0d92117a0dd18323622ea.tar.xz dotconfig-b8f11eab9e79d617d0f0d92117a0dd18323622ea.zip |
yt-dlp formatting alias and flatpak data dirs for voidx250
Diffstat (limited to 'zsh/profile')
-rw-r--r-- | zsh/profile/zprofile.voidx250 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/profile/zprofile.voidx250 b/zsh/profile/zprofile.voidx250 index bb7e164..3e73aa1 100644 --- a/zsh/profile/zprofile.voidx250 +++ b/zsh/profile/zprofile.voidx250 @@ -1,5 +1,6 @@ #!/usr/bin/env zsh export ZPLUGINS="/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS" source /home/timmy/.config/zsh/zprofile |