aboutsummaryrefslogtreecommitdiff
path: root/etc/shrc
AgeCommit message (Collapse)Author
2021-06-08/etc/shrc: Re-organize PS1 settingCharlie Root
2021-06-08/etc/shrc: Use safetitle in screen sessionsJohn Ankarström
2021-06-07/etc/shrc: Remove dynamic title mechanismJohn Ankarström
It has been replaced by a more stable solution. See http://git.ankarstrom.se/ksh/commit/?id=79dc7cad and http://git.ankarstrom.se/x11/tterm/
2021-06-05shrc: Fix process-based window titles in bashJohn Ankarstr\xf6m
2021-06-05shrc: Set command title in bash only for non-builtinsJohn Ankarstr\xf6m
... as well as some other common commands. Note the eval statement, which is necessary in order to keep compatibility with other shells than bash.
2021-06-05shrc: Support bashJohn Ankarstr\xf6m
2021-05-31shrc: Re-arrange prompt setupJohn Ankarstr\xf6m
2021-05-31shrc: Use safetitleJohn Ankarstr\xf6m
See http://git.ankarstrom.se/safetitle/
2021-05-30shrc: Make dynamic title work in GNU screenJohn Ankarstr\xf6m
2021-05-30shrc: Fix promptJohn Ankarstr\xf6m
2021-05-30shrc: Fix prompt on wsconsJohn Ankarstr\xf6m
2021-05-30shrc: Set terminal title to PWDCharlie Root