mirror of https://github.com/akelge/zsh
I need to eat more fish
This commit is contained in:
parent
bb17543bb6
commit
653379ec31
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
|
||||||
|
|
Loading…
Reference in New Issue