mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add startup profiling - commented out
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# for startup profiling (also see end of file)
|
||||||
|
# zmodload zsh/zprof
|
||||||
|
|
||||||
# load custom executable functions
|
# load custom executable functions
|
||||||
for function in ~/.zsh/functions/*; do
|
for function in ~/.zsh/functions/*; do
|
||||||
source $function
|
source $function
|
||||||
@@ -46,3 +49,5 @@ _load_settings "$HOME/.zsh/configs"
|
|||||||
[[ -f ~/.aliases ]] && source ~/.aliases
|
[[ -f ~/.aliases ]] && source ~/.aliases
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
|
# zprof
|
||||||
|
|||||||
Reference in New Issue
Block a user