1
0
mirror of https://github.com/akelge/zsh synced 2025-08-15 06:28:24 +00:00

More changes

This commit is contained in:
2024-10-30 11:29:43 +01:00
parent 5e4504749f
commit 26f0bce110
10 changed files with 112 additions and 1331 deletions

9
zshrc
View File

@ -41,8 +41,7 @@ loadRC ${LIBRARY}
# Add home bin to PATH
PATH="$PATH:$HOME/bin"
# Add local customization file
if [ -w $LIBRARY ]; then
[ -f $LIBRARY/99-local.zsh ] || echo "# Local customizations" > $LIBRARY/99-local.zsh
fi
# # Add local customization file
# if [ -w $LIBRARY ]; then
# [ -f $LIBRARY/99-local.zsh ] || echo "# Local customizations" > $LIBRARY/99-local.zsh
# fi