Commit graph

11 commits

Author SHA1 Message Date
Sorin Ionescu 4cc8167739 Refactor terminal 2012-09-25 01:30:20 -04:00
Andrew Naoum 07a25e6ae6 Set title in screen even when using Apple Terminal
In modules/terminal/init.zsh, the auto-title code currently will only
set the screen title if $TERM_PROGRAM != 'Apple_Terminal'. As a result,
if you use screen within an Apple Terminal, the screen title will not be
correctly set.

To fix this, I changed the logic such that the screen title will be set
even if the $TERM_PROGRAM == 'Apple Terminal'.
2012-09-11 02:06:27 -04:00
Sorin Ionescu 737d0e51ee Do not set Terminal.app window, tab titles to $PWD 2012-09-08 14:57:30 -04:00
Sorin Ionescu cc7e43b242 [Fix #253] Move Prezto settings into their own file 2012-09-03 16:52:47 -04:00
Sorin Ionescu fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu 060d9064f8 [Fix #202] Load modules all or nothing 2012-08-04 14:32:59 -04:00
Sorin Ionescu 060f34c7e5 [Fix #215] Set Terminal title on Mac OS X 10.8 2012-07-08 17:28:44 -04:00
Sorin Ionescu 71b98ad515 [Fix #119] Add documentation for terminal 2012-06-14 18:00:06 -04:00
Sorin Ionescu a438b146fe [Fix #163] Selectively set terminal title in preexec
Apple Terminal will now reset the terminal title after a command has finished
executing.
2012-05-05 16:54:38 -04:00
Sorin Ionescu 0ecc0a740b Add usage information for terminal 2012-04-09 17:45:33 -04:00
Sorin Ionescu 56f8f83d58 [#23] Convert terminal into a module 2012-04-05 13:39:42 -04:00