From a956792b5968f59a1a09eb5ae8e174159e9660f1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 9 Jul 2013 19:26:58 -0400 Subject: Add title command --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 36a54e67..ad09eb8e 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