PS1='$(prompt) \$ '

export ENV=~/.env
export PATH=~/bin/$(hostname):~/bin/$(uname -m):~/bin:$PATH
export EDITOR=vim
export LANG=en_US.UTF-8
export PYTHONPATH=~/lib/python3:~/sources/core.sr.ht/:~/sources/scm.sr.ht
export GOPATH=~/.local/share/go
export GDK_BACKEND=wayland
export SDL_VIDEODRIVER=wayland
export HISTSIZE=65536

# Fuck you Google, eat shit
export GOPROXY=direct
export GOSUMDB=off
export GOTELEMETRY=off
export GOTOOLCHAIN=local

[ -e .config/$(hostname).profile ] && . .config/$(hostname).profile
. "$HOME/.cargo/env"
