# -*- mode: shell-script -*- () { local dir for dir in ~/{.local/bin,bin} ${GOPATH:-~/go}/bin; do [[ -d ${dir} ]] && path=(${dir} ${path}) done } if [[ -n ${TERM} ]]; then # Make C-q and C-s work in zsh. # # See https://en.wikipedia.org/wiki/Software_flow_control for gory # details. stty -ixon fi source_if_exists zsh/profile