summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/.zshrc
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-02-27 22:55:53 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-02-27 22:55:53 +0100
commita845f02e612696547fe2981bc987674e8058b419 (patch)
treedd9d5cdae90c4e7da012eefc6bdaa5ae22470b12 /config/essentials/zsh/.zshrc
parent34af8f4e92e6c41765ec51a1d72dc3dbc38f4893 (diff)
[zsh] added ignore for auto-notify and comments for profiling
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r--config/essentials/zsh/.zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index b9c1173..56b7c0d 100644
--- a/config/essentials/zsh/.zshrc
+++ b/config/essentials/zsh/.zshrc
@@ -1,5 +1,7 @@
#!/bin/zsh
+# zmodload zsh/zprof
+
if [ "$(id -u)" -ne 0 ]
then
[ "${TTY%%tty*}" = '/dev/' ] && clear
@@ -48,7 +50,7 @@ plug "zsh-users/zsh-history-substring-search"
plug "MichaelAquilina/zsh-auto-notify"
export AUTO_NOTIFY_TITLE="zsh"
export AUTO_NOTIFY_BODY="<b>%command</b> [%exit_code]"
-AUTO_NOTIFY_IGNORE+=("gurk")
+AUTO_NOTIFY_IGNORE+=("gurk" "ttyper" "pulsemixer")
# Substring search settings
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=blue,fg=black,bold"
@@ -142,3 +144,5 @@ setopt histreduceblanks
setopt interactivecomments
setopt notify
setopt cdablevars
+
+# zprof