.s/scripts/machine-specific-zsh/yagami.zsh
2023-03-15 11:37:52 -06:00

9 lines
165 B
Bash

# 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"