blob: 3e73aa15221767a4d7a8ec5c8dffeb21bdcd0949 (
plain)
1
2
3
4
5
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
|