commit 22433543da0a1ab4932440c4eb9f325350c018bc
parent 424ac7f815d03ce1b9903d35aa919313b42a6ef5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 4 Mar 2019 15:05:23 +0100
Remove bell on command finish
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/links/.zshrc b/links/.zshrc
@@ -157,7 +157,8 @@ git_modified() {
function prompt_with_vimode {
- echo -e "\a"
+ #echo -e "\a"
+ echo
echo -n '%(1j.%{$fg[yellow]%}%jbg %{$reset_color%}.)' # background jobs
echo -n "$1"
[ -z "$1" ] && # show prompt symbol if no insert/normal mode is passed