Updates README files for shlvl segment
parent
8123b1c887
commit
224fc123dc
|
|
@ -9,6 +9,7 @@ A colorful multiline theme, where the first line shows information about your sh
|
||||||
* Current path
|
* Current path
|
||||||
* Current username and hostname
|
* Current username and hostname
|
||||||
* Current time
|
* Current time
|
||||||
|
* Current shell level
|
||||||
* An indicator when connected by SSH
|
* An indicator when connected by SSH
|
||||||
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
||||||
* An indicator when the current shell is inside the Vim editor
|
* An indicator when the current shell is inside the Vim editor
|
||||||
|
|
@ -61,6 +62,7 @@ The contents of both prompt sides can be "reordered", all the "segments" (every
|
||||||
* `user_info` - Current user
|
* `user_info` - Current user
|
||||||
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
||||||
hierarchy, only the directory you're currently in.
|
hierarchy, only the directory you're currently in.
|
||||||
|
* `shlvl` - Show the current shell level (based on `SHLVL` environment variable), but only if you are not in root shell
|
||||||
|
|
||||||
Two variables can be defined to set the order of the prompt segments:
|
Two variables can be defined to set the order of the prompt segments:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ A colorful theme, where shows a lot information about your shell session.
|
||||||
* Current path
|
* Current path
|
||||||
* Current username and hostname
|
* Current username and hostname
|
||||||
* Current time
|
* Current time
|
||||||
|
* Current shell level
|
||||||
* An indicator when connected by SSH
|
* An indicator when connected by SSH
|
||||||
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
||||||
* An indicator when the current shell is inside the Vim editor
|
* An indicator when the current shell is inside the Vim editor
|
||||||
|
|
@ -59,6 +60,7 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o
|
||||||
* `user_info` - Current user
|
* `user_info` - Current user
|
||||||
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
||||||
hierarchy, only the directory you're currently in.
|
hierarchy, only the directory you're currently in.
|
||||||
|
* `shlvl` - Show the current shell level (based on `SHLVL` environment variable), but only if you are not in root shell
|
||||||
|
|
||||||
A variable can be defined to set the order of the prompt segments:
|
A variable can be defined to set the order of the prompt segments:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ A colorful theme, where shows a lot information about your shell session.
|
||||||
* Current path
|
* Current path
|
||||||
* Current username and hostname
|
* Current username and hostname
|
||||||
* Current time
|
* Current time
|
||||||
|
* Current shell level
|
||||||
* An indicator when connected by SSH
|
* An indicator when connected by SSH
|
||||||
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
||||||
* An indicator when the current shell is inside the Vim editor
|
* An indicator when the current shell is inside the Vim editor
|
||||||
|
|
@ -57,6 +58,7 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o
|
||||||
* `user_info` - Current user
|
* `user_info` - Current user
|
||||||
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
||||||
hierarchy, only the directory you're currently in.
|
hierarchy, only the directory you're currently in.
|
||||||
|
* `shlvl` - Show the current shell level (based on `SHLVL` environment variable), but only if you are not in root shell
|
||||||
|
|
||||||
A variable can be defined to set the order of the prompt segments:
|
A variable can be defined to set the order of the prompt segments:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ A colorful theme, where shows a lot information about your shell session.
|
||||||
* Current path
|
* Current path
|
||||||
* Current username and hostname
|
* Current username and hostname
|
||||||
* Current time
|
* Current time
|
||||||
|
* Current shell level
|
||||||
* An indicator when connected by SSH
|
* An indicator when connected by SSH
|
||||||
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
* An indicator when `sudo` has the credentials cached (see the `sudo` manpage for more info about this)
|
||||||
* An indicator when the current shell is inside the Vim editor
|
* An indicator when the current shell is inside the Vim editor
|
||||||
|
|
@ -61,6 +62,7 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o
|
||||||
* `user_info` - Current user
|
* `user_info` - Current user
|
||||||
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
* `wd` - Working directory, like `cwd` but doesn't show the full folder
|
||||||
hierarchy, only the directory you're currently in.
|
hierarchy, only the directory you're currently in.
|
||||||
|
* `shlvl` - Show the current shell level (based on `SHLVL` environment variable), but only if you are not in root shell
|
||||||
|
|
||||||
A variable can be defined to set the order of the prompt segments:
|
A variable can be defined to set the order of the prompt segments:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue