Commit Graph

1459 Commits (d09a46f9e017541dc350dc44bf519d3d77ccd4e4)
 

Author SHA1 Message Date
Ben Hilburn b87c3b85ac Updating Dropbox icon for non-awesome fonts 7 years ago
Ben Hilburn 000da51aea Merge pull request #636 from ZeGentzy/master
Fixes issue #619
7 years ago
Chris Chou 5657fe6ac7 #632: Indicate `Rust` or `(rust)` for rust_version segment only if icon is unavailable 7 years ago
Simon Pettersson 36b833aae3 Corrected awesome-fontconfig lock icon 7 years ago
Timothy Earley 985dac910c Don't show when dropbox is not running 7 years ago
Timothy Earley 81cbd65142 Added dropbox segment 7 years ago
Hal Gentz ec47f1b583
These probably have similar bugs
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
7 years ago
Hal Gentz f996d2d6ed
Fixes issue #619
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
7 years ago
Ben Hilburn e9e60324cd Merge branch 'master' into next 7 years ago
Ben Hilburn 386a39671f Merge pull request #616 from trashbat/patch-2
Changed "less than" to "fewer than".
7 years ago
Ben Hilburn 11e80b47ef Merge pull request #611 from Typositoire/fix/prompt_kubecontextlocal1
Fix prompt_kubecontext:local:1: not valid in this context: Version:
7 years ago
Ben Hilburn 9ab067bd62 Merge pull request #610 from sjoeboo/rbenv_always
Add ability to always show rbenv prompt
7 years ago
Ben Hilburn 748f9868fc Final cleanup for new POWERLEVEL9K_RBENV_ALWAYS flag 7 years ago
Ben Hilburn 095351cfe1 Cleaning up README language about new `rbenv` feature. 7 years ago
Matt Nicholson 79a73ef4aa add ability to force rbenv being shown 7 years ago
trashbat 692335975c Changed "less than" to "fewer than". 7 years ago
Yann David 48b4bd1aa4
Fix prompt_kubecontext:local:1: not valid in this context: Version: 7 years ago
Ben Hilburn 688f6203b4 Merge pull request #608 from tippl/fix_load_segment
Fix average selection in load segment.
7 years ago
Richard Tippl 2c388b6c80 Fix average selection in load segment.
Removed duplicate code selecting which load average to use.
Fixed load average selection being in OSX/BSD part of if, making it not work
on non OSX/BSD systems.
Optimized actually getting the load average.
7 years ago
Ben Hilburn c6c405955e README: Quick typo fix. 7 years ago
Ben Hilburn 50f0a94642 Slight tweaks to the awesome-mapped-fontconfig error message. 7 years ago
Ben Hilburn 47e32f913d Merge branch 'awesome-font-mapping' of https://github.com/pfrybar/powerlevel9k into pfrybar-awesome-font-mapping 7 years ago
Ben Hilburn 17c069d25a README: Quick fix to MD formatting 7 years ago
Ben Hilburn 348178fd8d Updating CHANGELOG for v0.6.4 7 years ago
Ben Hilburn a4c3fbd76b Merge branch 'master' into next 7 years ago
Ben Hilburn c4e3d70fd7 Merge pull request #605 from tadeoos/next
Add average choice to load extension
7 years ago
Ben Hilburn 44871a455b Merge pull request #602 from varundey/patch-1
README: Updated braces for hyperlink
7 years ago
Tadek Teleżyński 582edf200c Add average choice to load extension
This commit adds a functionality to choose if one wants to see 1, 5 or
15 minutes average.

Resolves issue #604
7 years ago
Varun Dey a62fffa2b1 Updated braces for hyperlink 7 years ago
Paul Frybarger 0f58a4950c similar to PR #472, fixing for awesome font mappings 7 years ago
Ben Hilburn 9f4faf7f21 Merge pull request #596 from eumiro/truncate_to_unique
Add TRUNCATE_TO_UNIQUE shortening dir strategy
7 years ago
Ben Hilburn e464b4e2a5 Adding reference for `truncate_to_unique` code. 7 years ago
Ben Hilburn 5923aaf07d README: Slight change to new truncation strategy doc 7 years ago
Ben Hilburn 02332d5962 Merge branch 'master' into next 7 years ago
Ben Hilburn f8ba6937b9 Merge pull request #594 from belak/fix-prompt-sp
Add back the `prompt_sp` option for zsh >= 5.4.1
7 years ago
Ben Hilburn 6aca483b60 Merge pull request #592 from tippl/dir_write-588
Implemented functionality from dir_writable to dir
7 years ago
Ben Hilburn d784b1c8dc Cleaning up the `dir` docs in README 7 years ago
Miroslav Šedivý 73a9ee7c87 add TRUNCATE_TO_UNIQUE shortening dir strategy
This creates the shortest unique path elements that can be unambiguously expanded to the original path.
7 years ago
Kaleb Elwert 99b7ec26b2 Add back the prompt_sp option for zsh >= 5.4.1
In 5.4.1, this option was reset between prompts, so to retain the
previous default behavior, this should be added back.
7 years ago
Richard Tippl cefe984e3d Documented DIR_SHOW_WRITABLE in README.md 7 years ago
Richard Tippl c4a1d91118 Added a default value for DIR_SHOW_WRITABLE.
Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false.
7 years ago
Richard Tippl b567ab22c2 Implemented functionality from dir_writable to dir
When variable POWERLEVEL9K_DIR_SHOW_WRITABLE is set to true, dir prompt
will have new state NOT_WRITABLE.

This state will be set when user doesn't have permission to write in
current working directory as in prompt dir_writable.

When mode that allows icons is set, LOCK_ICON is used.
7 years ago
Ben Hilburn 93a1c4d2e8 Merge pull request #581 from docwhat/pr/show-signals
status: show signal name
7 years ago
Ben Hilburn 41b469ed9b Quick fix to next exit code doc in README 7 years ago
Ben Hilburn 50ecdfd57a Merge pull request #584 from giogziro95/patch-1
Update OK_ICON weight to match FAIL_ICON
7 years ago
Ben Hilburn df9b99c2da Merge pull request #580 from sei40kr/master
Fixed Vi mode indicator issue
7 years ago
Seong Yong-ju 0b298e7df4 Fixed an issue of indicator of Vi mode
Fixed an issue that the indicator of Vi mode won't appear correctly at
first.
7 years ago
Christian Höltje f93ad073b7 status: show signal name
This makes signal exit status easy to understand.  Instead of just
showing exit code "137", you now see "KILL(-9)".

Based on #580 by @sei40kr (thanks!)
7 years ago
Giorgi Gzirishvili 1ded7c2c90 Update OK_ICON weight to march FAIL_ICON
Fixes #576.
7 years ago
Ben Hilburn 176559a050 Merge pull request #583 from docwhat/pr/rvm-575
rvm: handle -head, etc. more gracefully.
7 years ago