mirror of
https://github.com/akelge/vim
synced 2025-08-15 15:38:34 +00:00
6 lines
109 B
Bash
6 lines
109 B
Bash
fpath=(`dirname $0`/prompts $fpath)
|
|
|
|
autoload -U promptinit;promptinit
|
|
|
|
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|