dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 704303bf2a42df31ca378844cb376671b2769ba7
parent 1fe38cad077e84703b602343f51300fbf411d83b
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 23 Jun 2015 18:13:24 -0700

Rename set_xtitle to setxtitle.

Diffstat:
M.sh_functions | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.sh_functions b/.sh_functions @@ -2,6 +2,6 @@ # Custom shell functions # Sets xterm title to $1. -function set_xtitle { +function setxtitle { echo -n "\033]0;${1}\007" }