mirror of
https://github.com/akelge/vim
synced 2025-12-14 14:25:13 +00:00
6 lines
101 B
Bash
6 lines
101 B
Bash
fpath=($0:h/prompts $fpath)
|
|
|
|
autoload -U promptinit;promptinit
|
|
|
|
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|