1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

More and more changes, temporary disabled termcolors

This commit is contained in:
2021-10-28 15:20:11 +02:00
parent 73455f0d9e
commit 31ead6cf67
8 changed files with 28 additions and 74 deletions

2
zshrc
View File

@ -38,8 +38,8 @@ local KERNEL=`uname -s`
local LIBRARY=${BASE}/zsh.d
local KERNLIB=${LIBRARY}/${KERNEL}
loadRC ${LIBRARY}
loadRC ${KERNLIB}
loadRC ${LIBRARY}
# Add local customization file
if [ -w $LIBRARY ]; then