vim/zsh/zsh.d/30-prompt.zsh

6 lines
101 B
Bash

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