blob: d590c9ec2828a818bb0371c30c6bde2e81efe612 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env zsh
export ZPLUGINS="/home/timmy/.local/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
export XDG_DATA_DIRS="/var/lib/flatpak/exports/share:$XDG_DATA_DIRS"
source /home/timmy/.config/zsh/zprofile
|