I need to eat more fish

This commit is contained in:
Andrea Mistrali 2024-10-30 13:32:12 +01:00
parent bb17543bb6
commit 653379ec31
1 changed files with 2 additions and 1 deletions

3
zshrc
View File

@ -6,6 +6,7 @@
# #
# Global Order: zshenv, zprofile, zshrc, zlogin # Global Order: zshenv, zprofile, zshrc, zlogin
# #
#
# Load zprof if we need to profile startup time # Load zprof if we need to profile startup time
# at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save # at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save
@ -33,7 +34,7 @@ for lib in $KERNLIB $LIBRARY; do
[ -d $lib/completions ] && fpath=($lib/completions $fpath) [ -d $lib/completions ] && fpath=($lib/completions $fpath)
for zshFile in $lib/[0-9]*.zsh; do for zshFile in $lib/[0-9]*.zsh; do
echo $zshFile # echo $zshFile
source $zshFile source $zshFile
done done
done done