Merge pull request #195 from dritter/minor_improvements
Minor improvements to README `dir` sectionpull/22/head
commit
bc1af0d733
|
@ -209,9 +209,9 @@ others whole directories.
|
||||||
|
|
||||||
| `Compatible` | `Powerline` | `Awesome Powerline` | Situation
|
| `Compatible` | `Powerline` | `Awesome Powerline` | Situation
|
||||||
|------------|-----------|-------------------|----------------------------
|
|------------|-----------|-------------------|----------------------------
|
||||||
| None | None |  | Within Home folder |
|
| None | None |  | At the root of your home folder |
|
||||||
| None | None |  | Within Home sub folder |
|
| None | None |  | Within a subfolder of your home directory |
|
||||||
| None | None |  | Outside of home folder |
|
| None | None |  | Outside of your home folder |
|
||||||
|
|
||||||
To turn off these icons you could set these variables to an empty string.
|
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.
|
# the next color has enough contrast to read.
|
||||||
local random_color=$((RANDOM % 8))
|
local random_color=$((RANDOM % 8))
|
||||||
local next_color=$((random_color+1))
|
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
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue