mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
More changes
This commit is contained in:
9
zshrc
9
zshrc
@ -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
|
||||
|
Reference in New Issue
Block a user