summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
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
 }