diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-16 19:39:05 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-16 19:39:05 -0600 |
commit | af43b2213b727917d139585b2485c56eb4c2f7e5 (patch) | |
tree | ddbfca935c54673d875ea2371bd9c0b7e8ede137 /zsh/zprofile.voidx250 | |
parent | e69a1637d25b50f5e37094c47512a009427beacf (diff) | |
download | dotconfig-af43b2213b727917d139585b2485c56eb4c2f7e5.tar.xz dotconfig-af43b2213b727917d139585b2485c56eb4c2f7e5.zip |
nvim config for goyo and launch conf and asdapskjdalkswfij3rvoi3rc3049jc idc
Diffstat (limited to 'zsh/zprofile.voidx250')
-rw-r--r-- | zsh/zprofile.voidx250 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.voidx250 b/zsh/zprofile.voidx250 index 2964002..5b0f0f7 100644 --- a/zsh/zprofile.voidx250 +++ b/zsh/zprofile.voidx250 @@ -7,6 +7,10 @@ export ZPLUGINS=" /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh " +export XDG_DATA_DIRS="/usr/share/:$XDG_DATA_DIRS" +export XDG_DATA_DIRS="/usr/local/share/:$XDG_DATA_DIRS" +export XDG_DATA_DIRS="/var/lib/flatpak/exports/share/:$XDG_DATA_DIRS" + alias \ xi="sudo xbps-install" \ xq="xbps-query -R --search" \ |