Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comments | romkatv | 2019-09-10 | 2 | -2/+2 |
| | |||||
* | comments | Roman Perepelitsa | 2019-09-10 | 1 | -0/+1 |
| | |||||
* | don't display kubecontext namespace if it's literally 'default' | romkatv | 2019-09-09 | 2 | -12/+14 |
| | |||||
* | Merge branch 'iAnomaly-config-kubernetes' | romkatv | 2019-09-09 | 2 | -2/+2 |
|\ | |||||
| * | Merge branch 'config-kubernetes' of ↵ | romkatv | 2019-09-09 | 2 | -2/+2 |
|/| | | | | | | | https://github.com/iAnomaly/powerlevel10k into iAnomaly-config-kubernetes | ||||
| * | Default Kubernetes content expansion to include namespace. | Cameron Boulton | 2019-09-07 | 2 | -2/+2 |
| | | |||||
* | | use fancier battery icons with nerd fonts | romkatv | 2019-09-09 | 3 | -19/+15 |
| | | |||||
* | | show battery as CHARGED on macos if it is at 100% and connected to power supply | romkatv | 2019-09-09 | 1 | -1/+6 |
| | | |||||
* | | typo in comments | romkatv | 2019-09-09 | 1 | -1/+1 |
| | | |||||
* | | strip hexadecimal colors from vcs when loading; see #207 | romkatv | 2019-09-08 | 2 | -4/+4 |
| | | |||||
* | | fix battery color | romkatv | 2019-09-07 | 1 | -1/+1 |
| | | |||||
* | | comments | romkatv | 2019-09-07 | 2 | -4/+20 |
| | | |||||
* | | allow prompt segments to be disabled through configuration options | romkatv | 2019-09-07 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prompt segment `foo` doesn't get evaluated or shown on the left if `${POWERLEVEL9K_FOO_LEFT_DISABLED-$POWERLEVEL9K_FOO_DISABLED}` is equal to `true`. Example: POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir) POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(dir) - By default `dir` is shown on the left and on the right. - `POWERLEVEL9K_DIR_LEFT_DISABLED=true` disables `dir` on the left. - `POWERLEVEL9K_DIR_RIGHT_DISABLED=true` disables `dir` on the right. - `POWERLEVEL9K_DIR_DISABLED=true` disables `dir` everywhere. Note that it's possible to hide segments without disabling their evaluation through expansions. For example: POWERLEVEL9K_DIR_CONTENT_EXPANSION='${HIDE_DIR-$P9K_CONTENT}' POWERLEVEL9K_DIR_VISUAL_IDENTIFIER_EXPANSION='${HIDE_DIR-$P9K_VISUAL_IDENTIFIER}' With these settings, `HIDE_DIR=''` hides `dir` while `unset HIDE_DIR` restores it. fixes #205 | ||||
* | | disable or substitute "compatible" icons that cannot be displayed by the ↵ | romkatv | 2019-09-07 | 4 | -4/+7 |
|/ | | | | stock Menlo on macOS | ||||
* | font docs | romkatv | 2019-09-06 | 1 | -8/+6 |
| | |||||
* | font comments | romkatv | 2019-09-06 | 2 | -8/+8 |
| | |||||
* | remove obsolete faq entry about auto_name_dirs (there is a workaround in the ↵ | romkatv | 2019-09-06 | 1 | -10/+0 |
| | | | | code now) | ||||
* | drop q+ as it it's not supported by old shells | romkatv | 2019-09-06 | 1 | -4/+3 |
| | |||||
* | wizard: fix handling for $ZDOTDIR and $HOME with special symbols ("%", "$", ↵ | romkatv | 2019-09-06 | 2 | -11/+11 |
| | | | | etc.) | ||||
* | pull upstream changes from gitstatus | romkatv | 2019-09-05 | 1 | -2/+2 |
| | |||||
* | if auto_name_dirs is set, show directory without named directory support | romkatv | 2019-09-04 | 1 | -23/+29 |
| | |||||
* | don't offer to install font if there is no curl | romkatv | 2019-09-04 | 1 | -0/+1 |
| | |||||
* | better iTerm version filter | romkatv | 2019-09-04 | 1 | -1/+1 |
| | |||||
* | bug fix: don't attempt to source .p10k.zsh when wizard exits to restart iTerm2 | romkatv | 2019-09-04 | 2 | -3/+8 |
| | |||||
* | minor fixes | romkatv | 2019-09-04 | 1 | -2/+2 |
| | |||||
* | wizard: offer to override font on Termux if it is not MesloLGS NF | romkatv | 2019-09-03 | 1 | -1/+5 |
| | |||||
* | wizard: offer to install Meslo NF on iTerm2 | romkatv | 2019-09-03 | 1 | -29/+101 |
| | |||||
* | wizard: offer to install Meslo NF on Termux | romkatv | 2019-09-03 | 1 | -12/+98 |
| | |||||
* | wizard: better text overflow | romkatv | 2019-09-03 | 1 | -6/+5 |
| | |||||
* | wizard: add round separators, heads and tails | romkatv | 2019-09-03 | 1 | -13/+77 |
| | |||||
* | wizard: better text overflow | romkatv | 2019-09-03 | 1 | -40/+55 |
| | |||||
* | wizard: make it look better on narrow screens | romkatv | 2019-09-03 | 2 | -7/+28 |
| | |||||
* | Merge pull request #198 from gschizas/patch-1 | Roman Perepelitsa | 2019-09-03 | 1 | -1/+1 |
|\ | | | | | Fix name of old windows terminal emulator | ||||
| * | Fix name of old windows terminal emulator | George Schizas | 2019-09-03 | 1 | -1/+1 |
|/ | | | Command prompt is the shell, Console Host is the (equivalent) of xterm. | ||||
* | wizard: reduce the minimum required terminal width from 80 to 51 | romkatv | 2019-09-02 | 2 | -13/+18 |
| | |||||
* | don't set prompt_cr | romkatv | 2019-09-02 | 1 | -2/+3 |
| | | | | | | | Some users prefer to have broken prompt if the last line of command output doesn't end in \n. Powerlevel10k should respect their choice. See #197. | ||||
* | don't set prompt_sp | romkatv | 2019-09-02 | 1 | -2/+3 |
| | | | | | | | Some users prefer to hide the last line of command output if it doesn't end in \n. Powerlevel10k should respect their choice. See #197. | ||||
* | stupid typo | romkatv | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | wizard: add an option to enable `time` segment | romkatv | 2019-09-01 | 3 | -24/+63 |
| | |||||
* | change the default value of POWERLEVEL9K_VPN_IP_INTERFACE | romkatv | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | add comments around git branch shortening | romkatv | 2019-08-30 | 2 | -3/+7 |
| | |||||
* | add ram and load | romkatv | 2019-08-29 | 2 | -0/+40 |
| | |||||
* | fix load fg color | romkatv | 2019-08-29 | 1 | -3/+3 |
| | |||||
* | add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and ↵ | romkatv | 2019-08-29 | 2 | -0/+12 |
| | | | | POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT | ||||
* | include auto_name_dirs in the config signature | romkatv | 2019-08-29 | 1 | -0/+1 |
| | |||||
* | update toc | romkatv | 2019-08-29 | 1 | -0/+1 |
| | |||||
* | add an faq entry about auto_name_dirs | romkatv | 2019-08-29 | 1 | -0/+9 |
| | |||||
* | typo | romkatv | 2019-08-28 | 1 | -4/+2 |
| | |||||
* | try POWERLEVEL9K_DIR_PACKAGE_FILES patterns in order and skip files without ↵ | romkatv | 2019-08-28 | 1 | -15/+21 |
| | | | | "name" in them; fixes #190 | ||||
* | allow network interface to contain colon | romkatv | 2019-08-28 | 1 | -1/+1 |
| |