From 05f5a5326ea758311bda4cc4225cd0ce265b8ec0 Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Mon, 17 Feb 2020 22:24:04 -0500 Subject: [PATCH] NO BEEP --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1b9c589..0290b6a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,6 +1,8 @@ autoload -U colors && colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " +unsetopt BEEP + # Load aliases and shortcuts if existent. [ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" [ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc"