vim/zsh/zsh.d/30-prompt

6 lines
109 B
Bash

fpath=(`dirname $0`/prompts $fpath)
autoload -U promptinit;promptinit
# vim: set ts=4 sw=4 tw=0 ft=zsh :