From 3c5c7f6be3b85df2b01a5afc18119cebaae694e1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 12 May 2015 04:24:36 +0200 Subject: aszlig/zsh: Add bell character at reset-title. This is useful to get an urgency hint as soon as for example a long running command completes while we're on another terminal and/or workspace. Signed-off-by: aszlig --- modules/user/aszlig/programs/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user/aszlig/programs/zsh/default.nix b/modules/user/aszlig/programs/zsh/default.nix index ab683cba..119b6aa9 100644 --- a/modules/user/aszlig/programs/zsh/default.nix +++ b/modules/user/aszlig/programs/zsh/default.nix @@ -57,7 +57,7 @@ in { } function reset-title() { - echo -en "\e]2;''${(%):-%~}\a" + echo -en "\e]2;''${(%):-%~}\a\a" } autoload -Uz add-zsh-hook -- cgit 1.4.1