small pixel drawing of a pufferfish dotfiles

.profile

1 2 3 4 5 6
PS1='$(prompt) \$ '

export ENV=~/.env
export PATH=~/bin/$(hostname):~/bin/$(uname -m):~/bin:$PATH
export EDITOR=vim
export LANG=en_US.UTF-8