Stop profiling

This commit is contained in:
Andrea Mistrali 2024-10-31 13:05:04 +01:00
parent 8eb55fb478
commit 4b3ae11f9c
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -11,7 +11,7 @@
# 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
# profiling data at startup # profiling data at startup
zmodload zsh/zprof # zmodload zsh/zprof
# Default PATH # Default PATH
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin" PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin"