mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-04-14 00:58:36 +02:00
Merge pull request #195 from dritter/minor_improvements
Minor improvements to README `dir` section
This commit is contained in:
commit
bc1af0d733
@ -209,9 +209,9 @@ others whole directories.
|
||||
|
||||
| `Compatible` | `Powerline` | `Awesome Powerline` | Situation
|
||||
|------------|-----------|-------------------|----------------------------
|
||||
| None | None |  | Within Home folder |
|
||||
| None | None |  | Within Home sub folder |
|
||||
| None | None |  | Outside of home folder |
|
||||
| None | None |  | At the root of your home folder |
|
||||
| None | None |  | Within a subfolder of your home directory |
|
||||
| None | None |  | Outside of your home folder |
|
||||
|
||||
To turn off these icons you could set these variables to an empty string.
|
||||
|
||||
|
@ -459,7 +459,7 @@ prompt_icons_test() {
|
||||
# the next color has enough contrast to read.
|
||||
local random_color=$((RANDOM % 8))
|
||||
local next_color=$((random_color+1))
|
||||
"$1_prompt_segment" "$0" "$2" "$random_color" "$next_color" "$key: ${icons[$key]}"
|
||||
"$1_prompt_segment" "$0" "$2" "$random_color" "$next_color" "$key" "$key"
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user