chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ac49a90
)
dot/shell-rc: Rearrange variable initialization to make space for later.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Feb 2022 15:19:51 +0000
(15:19 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Feb 2022 15:26:33 +0000
(15:26 +0000)
dot/shell-rc
patch
|
blob
|
blame
|
history
diff --git
a/dot/shell-rc
b/dot/shell-rc
index 3d8221f1b4316ccfa67defa524d48eb988ef604f..c62471e11b71c99362003631c49cf72f030fdaa4 100644
(file)
--- a/
dot/shell-rc
+++ b/
dot/shell-rc
@@
-92,9
+92,10
@@
esac
__mdw_set_prompt_pieces () {
## Fancy highlighting in some terminals.
__mdw_set_prompt_pieces () {
## Fancy highlighting in some terminals.
- local bold unbold nl gitcolour rccolour uncolour
- local host dir more
- bold="" unbold="" nl="" gitcolour="" rccolour="" uncolour="" more=""
+ local bold unbold nl more host dir
+ local gitcolour rccolour uncolour
+ bold="" unbold="" nl="" more=""
+ gitcolour="" rccolour="" uncolour=""
__mdw_set_prompt_hacks
## Choose the right delimiters. Highlight root prompts specially;
__mdw_set_prompt_hacks
## Choose the right delimiters. Highlight root prompts specially;