1
0
mirror of https://github.com/akelge/vim synced 2025-12-14 14:25:13 +00:00
Files
vim/zsh/zsh.d/30-prompt.zsh
2014-12-22 14:41:08 +00:00

6 lines
101 B
Bash

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