1
0
mirror of https://github.com/akelge/vim synced 2025-07-07 07:19:06 +00:00

Started personal prompt system

This commit is contained in:
2013-01-15 17:08:42 +00:00
parent 24e380c253
commit 206f88890b
5 changed files with 49 additions and 15 deletions

View File

@ -11,6 +11,10 @@ LIBRARY="/etc/zsh.d"
KERNLIB="${LIBRARY}/${KERNEL}"
function loadRC {
if [ -d $1/zshfunctions ]; then
fpath=($1/zshfunctions $fpath)
fi
if [ -d $1 ]; then
# for zshFile in $1/*[^~]; do
for zshFile in $1/*[^off\|~]; do