Commit Graph
8 Commits
Author SHA1 Message Date
ceda_ei c3fbe4f699 [Feature] Add support for right prompt.
Set WISH_RIGHT_PLUGINS to be displayed on right.
wish_append is stateful now. Appends to WISH_RIGHT_PS1 or WISH_LEFT_PS1
based on WISH_STATE. wish_append also calculates the length of right
prompt. This has the downside that right prompt can't include any text
that expands on PS1. Therefore, a limitation needs to be applied on
plugins to only append text that won't be expanded in PS1. (i.e. no \u,
\h, \w, \W, etc).
2019-12-15 21:46:52 +05:30
ceda_ei 079533b686 Add path_powerline 2019-10-12 22:36:47 +05:30
ceda_ei 4bed328fa2 Replace tr with parameter expansion. 2019-09-06 22:24:35 +05:30
ceda_ei 886ec3bfaf Refactor wish_append.
Use parameter splitting instead of splitting into array via grep. Speeds
the prompt upto 2x in some cases.
2019-09-06 20:35:29 +05:30
ceda_ei ffe7975dfa Add error handling to battery. 2019-09-06 19:39:45 +05:30
ceda_ei ab5df51c2a Set plain as fallback theme if theme not found. Better variable names. 2019-09-06 19:39:37 +05:30
ceda_ei 2c6c83b826 Replace eval with variable indirection. 2019-09-06 18:05:12 +05:30
ceda_ei d9e86e4421 Add theme lowfi-neon 2019-07-18 17:16:19 +05:30