summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into chruby_optionsDan2018-04-301-112/+320
|\
| * Merge pull request #795 from ryandav/rbenv-prompt-option-always-displays-#777Ben Hilburn2018-04-141-5/+6
| |\ | | | | | | Rbenv prompt option always displays #777
| | * #777 Add POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW variable to display ↵Ryan Davidson2018-04-031-5/+6
| | | | | | | | | | | | prompt_rbenv if rbenv_version_name is the same as rbenv_global
| * | Merge pull request #773 from conradhaupt/fix_dir_navBen Hilburn2018-04-141-1/+3
| |\ \ | | | | | | | | Fixed home abbreviation not being exclusive with circular navigation
| | * | Fixed home abbreviation not being exclusive with circular navigationConrad Haupt2018-03-121-1/+3
| | |/
| * / workaround for ZSH status behaviorChristian Höltje2018-03-261-2/+7
| |/ | | | | | | | | | | | | | | | | | | `$pipestatus` is returning all zeros when using `[[ ]]` expressions that are false. This works around it by using `$status` (A.K.A. `$?`) when `$pipestatus` has only 1 items. Fixes #749
| * fix: Remove dependency of bc for load widgetLeMarsu2018-01-151-2/+2
| |
| * Merge pull request #686 from Corwynt/masterBen Hilburn2017-12-141-0/+3
| |\ | | | | | | Fixed Issue with whitespaces in path.
| | * IFS Fix attempTorben Hartmann2017-12-051-2/+2
| | |
| | * Fixed Issue with whitespaces in path.Torben Hartmann2017-11-271-0/+3
| | |
| * | Merge pull request #680 from dinhnv/pyenv-patchedBen Hilburn2017-12-051-11/+3
| |\ \ | | | | | | | | pyenv promt segment uses $PYENV_VERSION environment variable"
| | * | pyenv promt segment uses $PYENV_VERSION environment variable"dinhnv2017-11-221-11/+3
| | |/
| * | added forgotten $David Jetelina2017-11-141-1/+1
| | |
| * | Kubernetes segment shorter if possibleDavid Jetelina2017-11-141-1/+12
| |/ | | | | Fixes #675
| * Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILEAntons Kranga2017-11-071-1/+1
| |
| * Merge pull request #660 from brianmoran/ISS-650-pythonpath-in-promptBen Hilburn2017-11-021-1/+1
| |\ | | | | | | ISS-650 Fix PYTHONPATH appearing in prompt
| | * ISS-650 Fix PYTHONPATH appearing in promptBrian Moran2017-10-271-1/+1
| | | | | | | | | | | | | | | - Modify prompt_dir function to set current_path based on pwd and replace $HOME with ~
| * | declared variables as 'local'Marc Hauptmann2017-10-311-1/+2
| | | | | | | | | | | | Prevents warning messages from zsh
| * | Bug fix for prompt_public_ip. The OSX date command does not have the -r ↵sbutler29012017-10-121-1/+5
| | | | | | | | | | | | option for getting the last modification time of a file. The stat command is being used instead
| * | These probably have similar bugsHal Gentz2017-09-291-3/+3
| | | | | | | | | | | | Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
| * | Fixes issue #619Hal Gentz2017-09-291-1/+1
| | | | | | | | | | | | Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
| * | Merge pull request #616 from trashbat/patch-2Ben Hilburn2017-09-291-1/+1
| |\ \ | | | | | | | | Changed "less than" to "fewer than".
| | * | Changed "less than" to "fewer than".trashbat2017-09-051-1/+1
| | | |
| * | | Fix prompt_kubecontext:local:1: not valid in this context: Version:Yann David2017-08-311-1/+1
| |/ /
| * / Fix average selection in load segment.Richard Tippl2017-08-271-21/+28
| |/ | | | | | | | | | | | | 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.
| * Add average choice to load extensionTadek Teleżyński2017-08-171-6/+17
| | | | | | | | | | | | | | This commit adds a functionality to choose if one wants to see 1, 5 or 15 minutes average. Resolves issue #604
| * Merge pull request #596 from eumiro/truncate_to_uniqueBen Hilburn2017-08-121-0/+21
| |\ | | | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy
| | * Adding reference for `truncate_to_unique` code.Ben Hilburn2017-08-121-1/+1
| | |
| | * add TRUNCATE_TO_UNIQUE shortening dir strategyMiroslav Šedivý2017-08-111-0/+21
| | | | | | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path.
| * | Merge branch 'master' into nextBen Hilburn2017-08-121-5/+5
| |\ \
| | * | Add back the prompt_sp option for zsh >= 5.4.1Kaleb Elwert2017-08-101-2/+2
| | |/ | | | | | | | | | | | | In 5.4.1, this option was reset between prompts, so to retain the previous default behavior, this should be added back.
| | * Merge pull request #580 from sei40kr/masterBen Hilburn2017-08-021-3/+3
| | |\ | | | | | | | | Fixed Vi mode indicator issue
| | | * Fixed an issue of indicator of Vi modeSeong Yong-ju2017-07-291-3/+3
| | | | | | | | | | | | | | | | | | | | Fixed an issue that the indicator of Vi mode won't appear correctly at first.
| * | | Added a default value for DIR_SHOW_WRITABLE.Richard Tippl2017-08-101-1/+2
| | | | | | | | | | | | | | | | Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false.
| * | | Implemented functionality from dir_writable to dirRichard Tippl2017-08-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Merge pull request #581 from docwhat/pr/show-signalsBen Hilburn2017-08-031-6/+22
| |\ \ \ | | | | | | | | | | status: show signal name
| | * | | status: show signal nameChristian Höltje2017-07-281-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!)
| * | | | rvm: handle -head, etc. more gracefully.Christian Höltje2017-07-271-6/+3
| |/ / / | | | | | | | | | | | | Closes #575
| * | | Merge pull request #573 from AdrienHorgnies/feature/status-cross-ok-option-setBen Hilburn2017-07-271-3/+7
| |\ \ \ | | | | | | | | | | Update `status` segment to provide additional configuration option, streamline settings flags.
| | * | | change status segment option setAdrienHorgnies2017-07-151-3/+7
| | | | |
| * | | | Merge pull request #541 from golgoth31/nextBen Hilburn2017-07-171-3/+2
| |\ \ \ \ | | |/ / / | |/| | | vpn prompt: change "ip" to "ifconfig" to be used on OSX
| | * | | vpn prompt: change "ip" to "ifconfig" to be used on OSXDavid Sabatie2017-06-031-3/+2
| | | | |
| * | | | Merge pull request #569 from docwhat/pr/home-folder-abbr-testBen Hilburn2017-07-131-1/+1
| |\ \ \ \ | | | | | | | | | | | | Added tests and replaced a sed call
| | * | | | Replaced a sed call with pure ZSHChristian Höltje2017-07-121-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into pr/merge-masterChristian Höltje2017-07-131-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fixed RVM segment for usernames with dashesPavel Peganov2017-06-111-1/+1
| | | |_|/ | | |/| | | | | | | Having a username with a dash, such as mine, `d-side`, currently results in RVM segment displaying the wrong thing, e. g. `side/.rvm/rubies/ruby`. This fixes the issue.
| * | | | Merge pull request #562 from docwhat/pr/cleanup-directory-detectionBen Hilburn2017-07-121-42/+25
| |\ \ \ \ | | |_|/ / | |/| | | Cleaned up installation directory detection
| | * | | Cleaned up installation directory detectionChristian Höltje2017-07-121-42/+25
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Used ZSH built-in magic to get the installation directory. - Works with symlinks. - No longer calls out to external program 'dirname'. - Fixed issue with spaces in the path. - No longer leak the variables 'filename' and 'script_location'.
| * / | Resolves issue #553 where prompt hangs on kubectl version.Derek Bassett2017-06-261-1/+1
| |/ /
| * | Merge branch 'next' into nextBen Hilburn2017-06-021-0/+18
| |\ \