export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced PROMPT="[%F{green}%n%f@%m %F{135}%1~%f]$ " # SSH agent - reuse existing or start new if [ -z "$SSH_AUTH_SOCK" ] || ! ssh-add -l &>/dev/null; then eval "$(ssh-agent -s)" > /dev/null ssh-add ~/macm4-resident fi