1
0
mirror of https://github.com/akelge/zsh synced 2025-12-14 14:15:14 +00:00
Files
zsh/zsh.d/30-prompt.zsh
Andrea Mistrali 0d61c334d7 migration
2015-03-13 16:03:57 +01: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 :