Commit graph

36 commits

Author SHA1 Message Date
a9557c127e
Disable rprompt + handle disabled rprompt case 2023-08-08 09:17:11 +02:00
bbd976f569
Attempt aligning bash with zsh
- support PROMPT
- support RPROMPT (buggy if on same line)
- support zsh color codes in PROMPT and RPROMPT
- refactor set_prompt to use PROMPT and RPROMPT
- add duration and rc to RPROMPT
2023-04-20 15:29:49 +02:00
9ca56d83c7 Fix for Linux and make consistent 2021-03-02 12:41:07 +01:00
b1fe9096ec Strip useless .local from prompt 2020-12-23 16:33:00 +01:00
2bd6ca065a Improve screen experience 2020-12-23 16:32:15 +01:00
8930c9e228 Enable Nix 2020-12-21 18:28:06 +01:00
ad029efd74 Add virtualenv to prompt 2017-10-31 16:44:10 +01:00
e17bd46961 hostname on ssh 2017-01-19 15:10:49 +01:00
7c2d5b15e5 change stash icon 2015-09-18 13:55:26 +02:00
f8537320d4 ported simple zsh prompt to bash 2014-12-04 16:08:28 +01:00
ca5b9f0754 bash: emulate zsh 'colors' behaviour (+compat 3.x) 2014-03-03 19:39:55 +01:00
c29d55e131 bash prompt with segments (on par with zsh) 2014-03-03 19:39:55 +01:00
6c74dc0167 bash: fix last rc in prompt 2013-12-20 15:44:04 +01:00
cc536c39cc WIP: moving prompt segments out of zsh 2013-12-19 17:01:42 +01:00
b398a6c739 moving prompt utils out of bash prompt 2013-12-19 17:01:19 +01:00
e1adf97cfe git_prompt_status now compatible with zsh 2013-12-13 12:05:21 +01:00
9ea8a9d790 fix (remove) rc prompt symbol (bad linux font) 2012-08-30 10:57:52 +02:00
6f9bfc691c comment 2012-08-14 18:00:21 +02:00
b0c6665c2a comment 2012-08-14 17:58:09 +02:00
c4a905a1c5 readability 2012-08-14 17:55:49 +02:00
79b582f983 fix blink caused by stty 2012-08-14 17:53:14 +02:00
819fd72a82 writing blanks to end is useless 2012-08-14 17:48:28 +02:00
37ce373989 bash: reverse % + clear incomplete line a la zsh 2012-08-14 17:41:42 +02:00
d7189d263e refactored bash prompt 2012-08-14 16:48:51 +02:00
27ca2ca7e2 define PROMPT_COMMAND centrally 2012-08-14 16:48:19 +02:00
f120da9135 crude git status report in prompt 2012-08-14 14:16:45 +02:00
e4e993f605 less monolithic PS1 2012-08-14 14:16:22 +02:00
32f8dbb9ef bash prompt with git info, using git_prompt_info 2012-08-14 13:02:44 +02:00
14df797f62 superficial changes 2012-08-14 13:02:19 +02:00
fbdc826001 tentative right prompt hack 2012-08-13 17:36:49 +02:00
b0acfd53d8 cleanup 2012-08-13 17:36:39 +02:00
0413967010 cosmetic 2012-08-13 17:19:50 +02:00
5cfd24a554 modularisation term_title 2012-08-10 15:37:13 +02:00
a0f8f48016 uniformizing shell config 2012-08-10 14:15:13 +02:00
65be65d4d6 refactoring bash prompt 2012-08-10 10:38:06 +02:00
f699a87614 refactoring 2012-08-09 15:37:56 +02:00
Renamed from bash_prompt (Browse further)