1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 19:10:08 +00:00
Commit graph

1251 commits

Author SHA1 Message Date
Ben Hilburn 0e3c1924fe
Merge pull request #811 from shirts/chore/public-ip-file-name
Update default public ip file name
2018-05-23 09:56:19 -04:00
Kevin Chandler c36b47b007 Update default public ip file name 2018-04-24 16:07:20 -07:00
Ben Hilburn 13b0e383a0
Merge pull request #795 from ryandav/rbenv-prompt-option-always-displays-#777
Rbenv prompt option always displays #777
2018-04-13 22:04:50 -04:00
Ben Hilburn 0d8bfb68f4
Merge pull request #773 from conradhaupt/fix_dir_nav
Fixed home abbreviation not being exclusive with circular navigation
2018-04-13 21:55:30 -04:00
Ben Hilburn 83e3267102
Merge pull request #789 from docwhat/pr/status-bug
workaround for ZSH status behavior
2018-04-13 21:50:49 -04:00
Ben Hilburn 3dc17fce96
Merge pull request #781 from nikeee/master
Fix Brightness Table in README
2018-04-13 21:49:51 -04:00
Ben Hilburn 356f05f0e5
Merge branch 'master' into master 2018-04-13 21:46:05 -04:00
Ben Hilburn 6e3ceb8882
Merge pull request #799 from noraj/patch-1
add rvm to README
2018-04-13 21:38:30 -04:00
Ben Hilburn c6504ada34
Merge pull request #800 from lifehackett/patch-1
Fix table formatting in README
2018-04-13 21:33:37 -04:00
lifehackett cfda084eb8
Another table formatting fix 2018-04-13 08:13:15 -06:00
lifehackett 02d4e76eb4
Fix table formatting in README 2018-04-13 08:07:43 -06:00
Alexandre ZANNI 2eddce2f62
add rvm
see those files and look for `rvm`

+ https://github.com/bhilburn/powerlevel9k/blob/master/CHANGELOG.md
+ https://github.com/bhilburn/powerlevel9k/blob/master/powerlevel9k.zsh-theme
2018-04-12 22:54:34 +02:00
Ryan Davidson e85fb6c93d #777 update Readme with POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW variable description 2018-04-03 14:04:28 +01:00
Ryan Davidson 9f7b0b7404 #777 Add POWERLEVEL9K_RBENV_PROMPT_ALWAYS_SHOW variable to display prompt_rbenv if rbenv_version_name is the same as rbenv_global 2018-04-03 13:52:13 +01:00
Christian Höltje fe33c401ba workaround for ZSH status behavior
`$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
2018-03-26 14:55:06 -04:00
Niklas Mollenhauer 4de4e8d9d7
Fix POWERLEVEL9k_BATTERY_STAGES Table 2018-03-22 01:05:35 +01:00
Niklas Mollenhauer 70fa74f631
Fix Brightness Table 2018-03-21 16:28:23 +01:00
Conrad Haupt d43f128c86 Merge branch 'dritter-fix_dir_home_issue' into fix_dir_nav 2018-03-21 10:26:15 +02:00
Dominik Ritter 83ad5b598e Add test for wrong truncation if switching back to home folder
This happens if a user switches from a subdirectory of $HOME
back to the home folder and truncation strategy is "truncate
folders from left". Then the folder is displayed as .../~

PR: #773
2018-03-20 22:39:20 +01:00
Conrad Haupt a761e3c28a Fixed home abbreviation not being exclusive with circular navigation 2018-03-12 14:28:17 +02:00
Ben Hilburn afb7387abe Documenting missing field from #716. 2018-02-02 10:42:32 -05:00
Ben Hilburn d4a3c045ea
Merge pull request #722 from lemarsu/master
fix: Remove dependency of bc for load widget
2018-01-24 14:09:03 -05:00
LeMarsu 3a94826ed1 fix: Remove dependency of bc for load widget 2018-01-15 08:58:05 +01:00
Ben Hilburn 862ff70bfc
Merge pull request #713 from magicalraccoon/patch-1
Corrected VPN IP command
2018-01-06 15:34:10 -05:00
Sara Murray d6a16bbebc
Corrected VPN IP command 2018-01-02 02:49:39 -06:00
Ben Hilburn c50eb9cdda
Merge pull request #686 from Corwynt/master
Fixed Issue with whitespaces in path.
2017-12-14 15:15:09 -05:00
Torben Hartmann 02fbaf2c4b IFS Fix attemp 2017-12-05 17:30:49 +01:00
Ben Hilburn bf9d8a5ddb
Merge pull request #685 from kenhys/disable-alias-grep
vcs: Disable alias of grep to fix performance penalty
2017-12-04 19:58:11 -05:00
Ben Hilburn 42b7242346
Updating build status to be master only. 2017-12-04 19:30:38 -05:00
Ben Hilburn efacc622a7
Merge pull request #680 from dinhnv/pyenv-patched
pyenv promt segment uses $PYENV_VERSION environment variable"
2017-12-04 19:20:53 -05:00
Ben Hilburn 25b9ee84c2
Merge pull request #676 from iScrE4m/patch-2
Kubernetes segment shorter if possible
2017-12-04 19:12:53 -05:00
Torben Hartmann 6e931f6047 Fixed Issue with whitespaces in path. 2017-11-27 21:38:03 +01:00
Kentaro Hayashi f154e75667 Disable alias of grep
If user defined alias of grep command with '-r' or '--recursive'
option, it causes a slow response of command line. It is not
unexpected behavior of vcs info.

This commit explicitly disables alias of grep to suppress side
effects.
2017-11-27 15:15:44 +09:00
dinhnv bc8a83208f pyenv promt segment uses $PYENV_VERSION environment variable" 2017-11-22 11:30:24 +07:00
David Jetelina b8afde5598
added forgotten $ 2017-11-14 19:01:20 +01:00
David Jetelina 37f24dcc5f
Kubernetes segment shorter if possible
Fixes #675
2017-11-14 18:58:16 +01:00
Ben Hilburn 87acc51aca
Merge pull request #667 from akranga/master
Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE
2017-11-10 10:33:13 -05:00
Antons Kranga 82bc300c62 Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE 2017-11-07 11:30:23 +02:00
Ben Hilburn 948e7f5bff
Merge pull request #660 from brianmoran/ISS-650-pythonpath-in-prompt
ISS-650 Fix PYTHONPATH appearing in prompt
2017-11-02 14:37:24 -04:00
Ben Hilburn ba7d116677
Merge pull request #663 from MarcHauptmann/master
declared variables as 'local'
2017-11-02 14:34:37 -04:00
Marc Hauptmann 47c7077cde declared variables as 'local'
Prevents warning messages from zsh
2017-10-31 16:48:49 +01:00
Brian Moran 43e766209b ISS-650 Fix PYTHONPATH appearing in prompt
- Modify prompt_dir function to set current_path based on pwd and
replace $HOME with ~
2017-10-27 12:11:48 -04:00
Ben Hilburn 98729cdc4a Merge pull request #656 from ylluminarious/remove-weird-glyphs
remove weird glyphs in README.md
2017-10-26 19:10:56 -04:00
George D. Plymale II 3b2a2bb0cd remove weird glyphs in README.md 2017-10-24 02:00:11 -04:00
Ben Hilburn 1f88c289b5 Merge pull request #651 from claycephas/more-documentation
Add documentation for VCS hooks config
2017-10-17 19:38:14 -04:00
Ben Hilburn 37a27463b8 Merge pull request #647 from sbutler2901/master
OSX bug fix for prompt_public_ip
2017-10-17 19:34:20 -04:00
Ben Hilburn aef54bfbaa Merge pull request #643 from terencode/patch-1
Fix incomplete vpn segment name
2017-10-17 19:33:15 -04:00
Clay Anderson b582a60adc Add documentation for VCS hooks config 2017-10-17 14:55:51 -06:00
Clay Anderson 8d653c9320 Add *.swp to ignore 2017-10-17 14:45:07 -06:00
sbutler2901 20b69370a6 Bug fix for prompt_public_ip. The OSX date command does not have the -r option for getting the last modification time of a file. The stat command is being used instead 2017-10-12 02:02:45 -04:00