mirror of https://github.com/akelge/zsh
Disable zprof
This commit is contained in:
parent
2a0691f654
commit
6d957302da
5
zshrc
5
zshrc
|
@ -7,7 +7,10 @@
|
||||||
# Global Order: zshenv, zprofile, zshrc, zlogin
|
# 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
|
# Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc
|
||||||
#
|
#
|
||||||
[ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc"
|
[ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc"
|
||||||
|
|
Loading…
Reference in New Issue