From edf1a2365a68bf8b8090650cbb0ef184779966ff Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 9 Jul 2013 19:26:58 -0400 Subject: Add title command --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index ac7a5ebe..e534cc4c 100644 --- a/.zshrc +++ b/.zshrc @@ -71,6 +71,10 @@ export PATH=$PATH:~/bin # Functions and aliases +function title { + echo -en "\033]0;$1\a" +} + function game { xinit =$1 ${@:2} -- :1 vt6 } -- cgit 1.4.1