summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-10-27 18:26:35 -0400
committerJune McEnroe <programble@gmail.com>2013-10-27 18:26:35 -0400
commit7fdeb24e8e56d920ec2adda4a89a2a07b8e5809d (patch)
treef4e2a1088d1237568e036048c3f2ba237426d248 /.zshrc
parentAdd gvim alias to silence stderr (diff)
downloadsrc-7fdeb24e8e56d920ec2adda4a89a2a07b8e5809d.tar.gz
src-7fdeb24e8e56d920ec2adda4a89a2a07b8e5809d.zip
Add auto-title stuff to zsh
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 2 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index 774a0ac3..cca264aa 100644
--- a/.zshrc
+++ b/.zshrc
@@ -66,6 +66,8 @@ chruby ruby-2.0.0
 
 source ~/.zsh/gitprompt.zsh
 
+source ~/.zsh/title.zsh
+
 # Environment
 
 export EDITOR=vim
@@ -75,10 +77,6 @@ export PATH=$PATH:~/bin
 
 # Functions and aliases
 
-function title {
-  echo -en "\033]0;$1\a"
-}
-
 function game {
   xinit =$1 ${@:2} -- :1 vt6
 }