|
11 | 11 | </div> |
12 | 12 | <div class="hint" v-if="hasElement('Set Window Title')"> |
13 | 13 | Elements between the <code>Set Window Title</code> and the next <code>Bell</code> element are used to modify the |
14 | | - window title of the terminal, if supported. |
15 | | - Any styling properties of those elements are ignored. |
| 14 | + window title of the terminal, if supported. Any styling properties of those elements are ignored. |
16 | 15 | </div> |
17 | 16 | <div class="hint" v-if="hasElement('Advanced Git Prompt')"> |
18 | 17 | The <code>Advanced Git Prompt</code> element requires some extra work: Copy the |
19 | 18 | <a |
20 | 19 | href="https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh" |
21 | 20 | target="_blank" |
22 | 21 | rel="noopener noreferrer" |
23 | | - ><code>git-prompt.sh</code></a> |
24 | | - file to your home directory and <code>source</code> it in your <code>~/.bashrc</code> file |
25 | | - (as described in <code>git-prompt.sh</code>). |
26 | | - By default the status will only contain the current branch name, however you can include more information using |
27 | | - global or repository-local configuration options (which are also described in <code>git-prompt.sh</code>). |
| 22 | + ><code>git-prompt.sh</code> |
| 23 | + </a> |
| 24 | + file to your home directory and <code>source</code> it in your <code>~/.bashrc</code> file (as described in |
| 25 | + <code>git-prompt.sh</code>). By default the status will only contain the current branch name, however you can |
| 26 | + include more information using global or repository-local configuration options (which are also described in |
| 27 | + <code>git-prompt.sh</code>). |
28 | 28 | </div> |
29 | 29 | <div class="hint" v-if="hasElement('Working Directory') || hasElement('Working Directory (Basename)')"> |
30 | 30 | You can limit the number of components in the working directory path by setting the |
31 | 31 | <a |
32 | 32 | href="https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-PROMPT_005fDIRTRIM" |
33 | 33 | target="_blank" |
34 | 34 | rel="noopener noreferrer" |
35 | | - ><code>PROMPT_DIRTRIM</code></a> |
| 35 | + ><code>PROMPT_DIRTRIM</code> |
| 36 | + </a> |
36 | 37 | environment variable in your <code>~/.bashrc</code> file. |
37 | 38 | </div> |
38 | 39 | <div class="hint" v-if="hasElement('Nerd Font Glyph')"> |
39 | 40 | For <code>Nerd Font Glyph</code> elements to be properly displayed, you need to have a |
40 | | - <a |
41 | | - href="https://www.nerdfonts.com/" |
42 | | - target="_blank" |
43 | | - rel="noopener noreferrer" |
44 | | - >Nerd Font</a> |
| 41 | + <a href="https://www.nerdfonts.com/" target="_blank" rel="noopener noreferrer">Nerd Font</a> |
45 | 42 | installed and configured in your terminal. |
46 | 43 | </div> |
47 | 44 | </template> |
|
0 commit comments