mirror of
https://github.com/akelge/zsh
synced 2025-08-16 06:48:34 +00:00
I need to eat more fish
This commit is contained in:
3
zshrc
3
zshrc
@ -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
|
||||||
|
Reference in New Issue
Block a user