1
0
mirror of https://github.com/akelge/vim synced 2025-08-16 15:48:40 +00:00
Files
vim/zsh/zsh.d/30-prompt.zsh

6 lines
109 B
Bash

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