Skip to content

Commit

Permalink
Change "i.e." to "e.g." (#207)
Browse files Browse the repository at this point in the history
This seems to be the intended meaning: There are Linux distributions that are not Ubuntu, but Ubuntu is an example of a Linux distribution for which the behavior is the given.
  • Loading branch information
fuglede committed Jan 30, 2021
1 parent d503b92 commit 40de5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerminalDocs/tutorials/tab-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A shell has full control over its own title. However, each shell sets its title
| Command Prompt | `TITLE "New Title"` |
| bash* | `echo -ne "\033]0;New Title\a"` |

Note that some Linux distributions (i.e. Ubuntu) set their title automatically as you interact with the shell. If the above command doesn't work, run the following command:
Note that some Linux distributions (e.g. Ubuntu) set their title automatically as you interact with the shell. If the above command doesn't work, run the following command:

```bash
PS1=$
Expand Down

0 comments on commit 40de5ee

Please sign in to comment.