.s/scripts/machine-specific-zsh/yagami.zsh

15 lines
307 B
Bash
Raw Normal View History

2023-04-24 20:17:59 -04:00
export PATH="/home/lizzy/.roswell/bin:$PATH"
2023-03-15 13:37:52 -04:00
# asdf
[ -f /opt/asdf-vm/asdf.sh ] && . /opt/asdf-vm/asdf.sh
# thefuck
eval $(thefuck --alias)
# ghcup-env
[ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env"
export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_DESKTOP=sway
export QT_QPA_PLATFORM=wayland