Commit Graph

31 Commits

Author SHA1 Message Date
Indrajit Raychaudhuri 1ff9421f7b general: Update documentation better qualifying runcom paths
Zsh and Prezto files don't always reside in `~/`. Instead, they have
a more spec compliant location (`${ZDOTDIR:-$HOME}/`). Make them
unambiguous in the documentation. Likewise, for `$GNUPGHOME`.

Further, add instruction for optionally setting up Prezto in
`$XDG_CONFIG_HOME`.

While at this, also add clarification on relative ordering of some of
the modules, apply more formatting tweaks and doc improvements.
2021-05-21 12:31:02 -05:00
Indrajit Raychaudhuri d80e393f78 general: Reformat documentation with better formatting and wording
General purpose reformating and rewording in (a few places). This should
also make markdown linting happier.

Prefer back-ticks wherever useful and use `console` for code blocks to
be executed on terminal.

Also, update references links wherever possible (including update from
'http://' to 'https://').
2021-05-05 12:21:04 -05:00
Indrajit Raychaudhuri a60499f933 [general] Miscellaneous cleanup and formatting 2017-08-04 13:45:56 -05:00
Indrajit Raychaudhuri ac628c9059 [general] Switch code block formatting to use fence formatting
Changes:
* Indented code block doesn't support syntax highlighting, use fenced
formatting (```) instead for better syntax highlighting
* Wrap commands/functions in backticks
* Typo fixes
2017-07-22 13:11:29 -05:00
Olaf Conradi 013668f484 Improve and simplify titling functions.
Multiplexer titles can be set independent of window and tab titles.
Add auto-title always option to have dynamic titling inside terminal
multiplexers. Setting auto-title to yes continues to ignore dynamic
titling inside terminal multiplexers.

This patch should not alter behavior under Apple terminals.
2017-04-04 22:27:13 -07:00
James Conroy-Finn ca03fd670a Skip setting terminal title inside Emacs 2015-05-19 17:49:46 -04:00
Sorin Ionescu d3f1441481 [Fix #595] Simplify the handling of the Terminal.app proxy icon 2014-10-09 23:38:15 -04:00
Sorin Ionescu a84ac5b002 Only one newline at end of file 2014-10-09 23:38:15 -04:00
Sorin Ionescu 10c33ec9a4 Convert tabs to spaces 2014-10-09 23:38:13 -04:00
Sorin Ionescu c091f71283 [Fix #522] Do not load the terminal module in non-graphical terminals 2014-01-09 20:07:40 -05:00
Sorin Ionescu 254b7c36d9 [Fix #324] Add configurable terminal window and tab title formats 2013-11-26 00:25:37 -05:00
Sorin Ionescu d19c349f3f Unsufix internal functions 2013-11-26 00:25:37 -05:00
Sorin Ionescu 9f60ddb96b Prefix internal functions 2013-11-26 00:25:36 -05:00
Sorin Ionescu 5b4dcea595 Simplify auto-titling 2013-11-26 00:25:36 -05:00
Sorin Ionescu b98c7469e5 Rewrite terminal auto-title 2013-11-26 00:25:35 -05:00
Sorin Ionescu f6bd76a90b Remove unused GNU Screen window number format 2013-11-26 00:25:35 -05:00
Sorin Ionescu d877617734 [Fix #362, Fix #384] Set Mac OS X 10.6 terminal window title 2013-11-26 00:25:34 -05:00
Sorin Ionescu be0e4245a6 [Fix #301] Unset $MATCH after use 2012-09-26 16:51:32 -04:00
Sorin Ionescu 6b0b6c2f9a Do not setopt LOCAL_OPTIONS in set-titles-with-command
emulate -L zsh sets LOCAL_OPTIONS and LOCAL_TRAPS
2012-09-25 12:30:37 -04:00
Sorin Ionescu d48a162366 [Fix #299] Set EXTENDED_GLOB in set-titles-with-path 2012-09-25 12:28:55 -04:00
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