aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-19 23:50:26 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-19 23:50:26 +0300
commit259a2954cde404f7f88b5a9bd5264b3cc85e8c18 (patch)
tree19185f6c93385ead21b93792a7945f929e6d1bc1 /internal/p10k.zsh
parentd65e7eb926d26bd2dc3078c891694f0b516d6638 (diff)
typo
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-xinternal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index c96dd7e4..daf76689 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -2742,7 +2742,7 @@ function _p9k_set_prompt() {
if (( i == num_lines && (POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS > 0 || POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT > 0) )); then
local a=$POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS
local f=$((0.01*POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT))'*_P9K_CLM'
- PROMPT+="\${\${_P9K_G::=$((($a<$f)*$f+($a>=$f)*$a))}}+}"
+ PROMPT+="\${\${_P9K_G::=$((($a<$f)*$f+($a>=$f)*$a))}+}"
else
PROMPT+='${${_P9K_G::=0}+}'
fi