Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a segment that shows the Java version. | Julien Roy | 2018-03-24 | 1 | -0/+9 |
| | |||||
* | fix: Remove dependency of bc for load widget | LeMarsu | 2018-01-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #686 from Corwynt/master | Ben Hilburn | 2017-12-14 | 1 | -0/+3 |
|\ | | | | | Fixed Issue with whitespaces in path. | ||||
| * | IFS Fix attemp | Torben Hartmann | 2017-12-05 | 1 | -2/+2 |
| | | |||||
| * | Fixed Issue with whitespaces in path. | Torben Hartmann | 2017-11-27 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #680 from dinhnv/pyenv-patched | Ben Hilburn | 2017-12-05 | 1 | -11/+3 |
|\ \ | | | | | | | pyenv promt segment uses $PYENV_VERSION environment variable" | ||||
| * | | pyenv promt segment uses $PYENV_VERSION environment variable" | dinhnv | 2017-11-22 | 1 | -11/+3 |
| |/ | |||||
* | | added forgotten $ | David Jetelina | 2017-11-14 | 1 | -1/+1 |
| | | |||||
* | | Kubernetes segment shorter if possible | David Jetelina | 2017-11-14 | 1 | -1/+12 |
|/ | | | Fixes #675 | ||||
* | Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE | Antons Kranga | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #660 from brianmoran/ISS-650-pythonpath-in-prompt | Ben Hilburn | 2017-11-02 | 1 | -1/+1 |
|\ | | | | | ISS-650 Fix PYTHONPATH appearing in prompt | ||||
| * | ISS-650 Fix PYTHONPATH appearing in prompt | Brian Moran | 2017-10-27 | 1 | -1/+1 |
| | | | | | | | | | | - Modify prompt_dir function to set current_path based on pwd and replace $HOME with ~ | ||||
* | | declared variables as 'local' | Marc Hauptmann | 2017-10-31 | 1 | -1/+2 |
| | | | | | | | | Prevents warning messages from zsh | ||||
* | | Bug fix for prompt_public_ip. The OSX date command does not have the -r ↵ | sbutler2901 | 2017-10-12 | 1 | -1/+5 |
| | | | | | | | | option for getting the last modification time of a file. The stat command is being used instead | ||||
* | | These probably have similar bugs | Hal Gentz | 2017-09-29 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Hal Gentz <zegentzy@protonmail.com> | ||||
* | | Fixes issue #619 | Hal Gentz | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Hal Gentz <zegentzy@protonmail.com> | ||||
* | | Merge pull request #616 from trashbat/patch-2 | Ben Hilburn | 2017-09-29 | 1 | -1/+1 |
|\ \ | | | | | | | Changed "less than" to "fewer than". | ||||
| * | | Changed "less than" to "fewer than". | trashbat | 2017-09-05 | 1 | -1/+1 |
| | | | |||||
* | | | Fix prompt_kubecontext:local:1: not valid in this context: Version: | Yann David | 2017-08-31 | 1 | -1/+1 |
|/ / | |||||
* / | Fix average selection in load segment. | Richard Tippl | 2017-08-27 | 1 | -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 extension | Tadek Teleżyński | 2017-08-17 | 1 | -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_unique | Ben Hilburn | 2017-08-12 | 1 | -0/+21 |
|\ | | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy | ||||
| * | Adding reference for `truncate_to_unique` code. | Ben Hilburn | 2017-08-12 | 1 | -1/+1 |
| | | |||||
| * | add TRUNCATE_TO_UNIQUE shortening dir strategy | Miroslav Šedivý | 2017-08-11 | 1 | -0/+21 |
| | | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-08-12 | 1 | -5/+5 |
|\ \ | |||||
| * | | Add back the prompt_sp option for zsh >= 5.4.1 | Kaleb Elwert | 2017-08-10 | 1 | -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/master | Ben Hilburn | 2017-08-02 | 1 | -3/+3 |
| |\ | | | | | | | Fixed Vi mode indicator issue | ||||
| | * | Fixed an issue of indicator of Vi mode | Seong Yong-ju | 2017-07-29 | 1 | -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 Tippl | 2017-08-10 | 1 | -1/+2 |
| | | | | | | | | | | | | Variable POWERLEVEL9K_DIR_SHOW_WRITABLE is now default set to false. | ||||
* | | | Implemented functionality from dir_writable to dir | Richard Tippl | 2017-08-10 | 1 | -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-signals | Ben Hilburn | 2017-08-03 | 1 | -6/+22 |
|\ \ \ | | | | | | | | | status: show signal name | ||||
| * | | | status: show signal name | Christian Höltje | 2017-07-28 | 1 | -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öltje | 2017-07-27 | 1 | -6/+3 |
|/ / / | | | | | | | | | | Closes #575 | ||||
* | | | Merge pull request #573 from AdrienHorgnies/feature/status-cross-ok-option-set | Ben Hilburn | 2017-07-27 | 1 | -3/+7 |
|\ \ \ | | | | | | | | | Update `status` segment to provide additional configuration option, streamline settings flags. | ||||
| * | | | change status segment option set | AdrienHorgnies | 2017-07-15 | 1 | -3/+7 |
| | | | | |||||
* | | | | Merge pull request #541 from golgoth31/next | Ben Hilburn | 2017-07-17 | 1 | -3/+2 |
|\ \ \ \ | |/ / / |/| | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX | ||||
| * | | | vpn prompt: change "ip" to "ifconfig" to be used on OSX | David Sabatie | 2017-06-03 | 1 | -3/+2 |
| | | | | |||||
* | | | | Merge pull request #569 from docwhat/pr/home-folder-abbr-test | Ben Hilburn | 2017-07-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Added tests and replaced a sed call | ||||
| * | | | | Replaced a sed call with pure ZSH | Christian Höltje | 2017-07-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'origin/master' into pr/merge-master | Christian Höltje | 2017-07-13 | 1 | -2/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Fixed RVM segment for usernames with dashes | Pavel Peganov | 2017-06-11 | 1 | -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. | ||||
| * | | | add Gopher icon to go_version segment | Jason Hutchinson | 2017-05-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #562 from docwhat/pr/cleanup-directory-detection | Ben Hilburn | 2017-07-12 | 1 | -42/+25 |
|\ \ \ \ | |_|/ / |/| | | | Cleaned up installation directory detection | ||||
| * | | | Cleaned up installation directory detection | Christian Höltje | 2017-07-12 | 1 | -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 Bassett | 2017-06-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'next' into next | Ben Hilburn | 2017-06-02 | 1 | -0/+18 |
|\ \ | |||||
| * | | empty namespace value is 'default' | Jason Hutchinson | 2017-05-26 | 1 | -0/+4 |
| | | | |||||
| * | | fix variable name typo | Jason Hutchinson | 2017-05-26 | 1 | -2/+2 |
| | | | |||||
| * | | use p9k print_icon for kubecontext segment | Jason Hutchinson | 2017-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | added the current context prompt for your kubectl config | Jordan Taylor | 2017-05-26 | 1 | -0/+14 |
| | | |