blob: afe7c7727d1816c6c3dc244c248c2370ecbcfaaf (
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 JAVA_HOME=/usr/lib/jvm/openjdk-bin-11
source /home/timmy/.config/zsh/zprofile
|