Disable zprof

This commit is contained in:
Andrea Mistrali 2021-10-29 06:42:26 +02:00
parent 2a0691f654
commit 6d957302da
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
1 changed files with 4 additions and 1 deletions

5
zshrc
View File

@ -7,7 +7,10 @@
# Global Order: zshenv, zprofile, zshrc, zlogin
#
zmodload zsh/zprof
# Load zprof if we need to profile startup time
# at the bottom of ~/.zshrc add `zprof >! zsh_profile` to save
# profiling data at startup
# zmodload zsh/zprof
# Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc
#
[ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc"