From 12352787ca9633c26bb6d565942bac106a482acb Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 17:24:46 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index bd2e3089..6cd4a5b4 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -1,8 +1,5 @@ # shellcheck disable=SC1090,SC1091,SC2034,SC2154,SC2296 -### Profiling Support (via `zprof`) -zmodload zsh/zprof - ### Language / Fonts export LANG="en_US" export LC_ALL="en_US.UTF-8"