diff --git a/themes/powerline-multiline/README.md b/themes/powerline-multiline/README.md index 604d66aa..856c2261 100644 --- a/themes/powerline-multiline/README.md +++ b/themes/powerline-multiline/README.md @@ -10,6 +10,7 @@ A colorful multiline theme, where the first line shows information about your sh * Current username and hostname * Current time * Current shell level +* Current dirstack level (`pushd` / `popd`) * 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 the current shell is inside the Vim editor @@ -67,6 +68,7 @@ The contents of both prompt sides can be "reordered", all the "segments" (every * `wd` - Working directory, like `cwd` but doesn't show the full folder 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 +* `dirstack` - Show the current dirstack level (based on `DIRSTACK` environment variable), but only if the stack is not empty Two variables can be defined to set the order of the prompt segments: diff --git a/themes/powerline-naked/README.md b/themes/powerline-naked/README.md index 60bf722f..bc64ad66 100644 --- a/themes/powerline-naked/README.md +++ b/themes/powerline-naked/README.md @@ -10,6 +10,7 @@ A colorful theme, where shows a lot information about your shell session. * Current username and hostname * Current time * Current shell level +* Current dirstack level (`pushd` / `popd`) * 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 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 * `wd` - Working directory, like `cwd` but doesn't show the full folder 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 +* `dirstack` - Show the current dirstack level (based on `DIRSTACK` environment variable), but only if the stack is not empty A variable can be defined to set the order of the prompt segments: diff --git a/themes/powerline-plain/README.md b/themes/powerline-plain/README.md index 924eb2ac..71939323 100644 --- a/themes/powerline-plain/README.md +++ b/themes/powerline-plain/README.md @@ -8,6 +8,7 @@ A colorful theme, where shows a lot information about your shell session. * Current username and hostname * Current time * Current shell level +* Current dirstack level (`pushd` / `popd`) * 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 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 * `wd` - Working directory, like `cwd` but doesn't show the full folder 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 +* `dirstack` - Show the current dirstack level (based on `DIRSTACK` environment variable), but only if the stack is not empty A variable can be defined to set the order of the prompt segments: diff --git a/themes/powerline/README.md b/themes/powerline/README.md index 20d0bdd9..43447fe7 100644 --- a/themes/powerline/README.md +++ b/themes/powerline/README.md @@ -12,6 +12,7 @@ A colorful theme, where shows a lot information about your shell session. * Current username and hostname * Current time * Current shell level +* Current dirstack level (`pushd` / `popd`) * 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 the current shell is inside the Vim editor @@ -67,6 +68,7 @@ The contents of the prompt can be "reordered", all the "segments" (every piece o * `wd` - Working directory, like `cwd` but doesn't show the full folder 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 +* `dirstack` - Show the current dirstack level (based on `DIRSTACK` environment variable), but only if the stack is not empty A variable can be defined to set the order of the prompt segments: