1
0
mirror of https://github.com/akelge/vim synced 2025-08-15 15:38:34 +00:00
Files
vim/zsh/zsh.d/30-prompt
Akelge 81b5f4c020 Modified Processing of source files
Changed prompts
Added 99-local autocreation
2013-01-16 10:08:25 +00:00

6 lines
109 B
Bash

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