small pixel drawing of a pufferfish dotfiles

.profile

1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh

export PATH="$HOME/bin:$PATH"
alias vi=nvim
alias startx='ssh-agent startx'

export ENV=~/.shinit

read -rp "start X?" && [ -z "$DISPLAY" ] && {
    export DISPLAY=:0
    x
}